We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9c075 commit 01d42b5Copy full SHA for 01d42b5
.github/workflows/build.yml
@@ -226,7 +226,7 @@ jobs:
226
export MAKEFLAGS="-j$(nproc)"
227
find ./kernel_platform -type f -exec sed -i 's/\(make\s\+-C[^\n]*\)\s\+/\1 -j$(nproc) /g' {} +
228
sed -i 's/set \+-e/set -ex/g' ./kernel_platform/build/android/prepare_vendor.sh
229
- sed -i '/if \[ "\${RECOMPILE_KERNEL}" == "1" \]; then/i set -x' ./kernel_platform/build/kernel/android/prepare_vendor.sh
+ sed -i '/if \[ "\${RECOMPILE_KERNEL}" == "1" \]; then/i set -x' ./kernel_platform/build/android/prepare_vendor.sh
230
LTO=thin ./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} $BUILD_TYPE
231
232
- name: Copy Images
0 commit comments