File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -218,20 +218,7 @@ jobs:
218
218
if [ "${{ inputs.soc }}" == "sun" ]; then
219
219
BUILD_TYPE="perf"
220
220
fi
221
- if [ -f ./kernel_platform/build_with_bazel.py ]; then
222
- ./kernel_platform/build_with_bazel.py \
223
- -t ${{ inputs.soc }} \
224
- gki \
225
- --jobs=$(nproc --all) \
226
- --verbose_failures \
227
- --config=stamp \
228
- --user_kmi_symbol_lists=//msm-kernel:android/abi_gki_aarch64_qcom \
229
- --ignore_missing_projects \
230
- --lto=thin \
231
- -o "$(pwd)/out"
232
- else
233
- LTO=thin ./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} $BUILD_TYPE
234
- fi
221
+ LTO=thin ./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} $BUILD_TYPE
235
222
236
223
- name : Copy Images
237
224
run : |
You can’t perform that action at this time.
0 commit comments