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 945e75c commit e1001d8Copy full SHA for e1001d8
.github/workflows/build-kernel-op11.yml
@@ -163,7 +163,7 @@ jobs:
163
sed -i "/stable_scmversion_cmd/s/-maybe-dirty//g" ./build/kernel/kleaf/impl/stamp.bzl
164
sed -i 's/-dirty//' ./common/scripts/setlocalversion
165
166
- sed -i '/echo "LTO $LTO "/i export LTO=thin' ./oplus/build/oplus_setup.sh
+ sed -i '/echo "LTO $LTO "/i export LTO=full' ./oplus/build/oplus_setup.sh
167
#sed -i 's/export RECOMPILE_KERNEL="1"/export RECOMPILE_KERNEL="0"/g' ./oplus/build/oplus_setup.sh
168
sed -i 's/export REPACK_IMG=true/export REPACK_IMG=false/g' ./oplus/build/oplus_setup.sh
169
0 commit comments