File tree Expand file tree Collapse file tree 2 files changed +47
-1
lines changed Expand file tree Collapse file tree 2 files changed +47
-1
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ jobs:
254
254
working-directory : ${{ env.KERNEL_NAME }}
255
255
env :
256
256
DEFCONFIG : ${{ env.WORKSPACE }}/${{ env.KERNEL_NAME }}/arch/${{ steps.generate-args.outputs.ARCH }}/configs/${{env.KERNEL_DEFCONFIG_PATH}}
257
- ADD_DEFCONFIG : ${{ env.WORKSPACE }}/LXC/LXC_defconfig
257
+ ADD_DEFCONFIG : ${{ env.WORKSPACE }}/Kernel/ LXC/LXC_defconfig
258
258
if : ${{ env.ENABLE_LXC == 'true' }}
259
259
run : |
260
260
# Add configuration
Original file line number Diff line number Diff line change 152
152
},
153
153
"enableKernelSU" : true ,
154
154
"enableLXC" : false
155
+ },
156
+ {
157
+ "kernelSource" : {
158
+ "name" : " Xiaomi10S(Google-Docker)" ,
159
+ "repo" : " https://codeberg.org/DogDayAndroid/android_kernel_xiaomi_thyme" ,
160
+ "branch" : " lineage-20.0" ,
161
+ "device" : " thyme" ,
162
+ "defconfig" : " thyme_defconfig"
163
+ },
164
+ "toolchains" : [
165
+ {
166
+ "repo" : " https://android.googlesource.com/platform/prebuilts/gas/linux-x86" ,
167
+ "branch" : " master" ,
168
+ "name" : " gas" ,
169
+ "binaryEnv" : []
170
+ },
171
+ {
172
+ "repo" : " https://gitlab.com/ThankYouMario/android_prebuilts_clang-standalone/" ,
173
+ "branch" : " 11" ,
174
+ "name" : " clang" ,
175
+ "binaryEnv" : [
176
+ " bin"
177
+ ]
178
+ }
179
+ ],
180
+ "enableCcache" : true ,
181
+ "params" : {
182
+ "ARCH" : " arm64" ,
183
+ "CC" : " clang/bin/clang" ,
184
+ "externalCommands" : {
185
+ "CROSS_COMPILE" : " aarch64-linux-gnu-" ,
186
+ "CROSS_COMPILE_ARM32" : " arm-linux-gnueabi-" ,
187
+ "CROSS_COMPILE_COMPAT" : " arm-linux-gnueabi-" ,
188
+ "CLANG_TRIPLE" : " aarch64-linux-gnu-"
189
+ }
190
+ },
191
+ "AnyKernel3" : {
192
+ "use" : true ,
193
+ "release" : true ,
194
+ "custom" : {
195
+ "repo" : " https://github.com/easterNday/AnyKernel3/" ,
196
+ "branch" : " thyme"
197
+ }
198
+ },
199
+ "enableKernelSU" : true ,
200
+ "enableLXC" : true
155
201
}
156
202
]
You can’t perform that action at this time.
0 commit comments