|
|
@@ -357,6 +357,7 @@ jobs:
|
|
|
if [ -f "build/build.sh" ]; then
|
|
|
sed -i 's/-dirty//' ./common/scripts/setlocalversion
|
|
|
else
|
|
|
+ sed -i '/^[[:space:]]*"protected_exports_list"[[:space:]]*:[[:space:]]*"android\/abi_gki_protected_exports_aarch64",$/d' ./common/BUILD.bazel
|
|
|
rm -rf ./common/android/abi_gki_protected_exports_*
|
|
|
sed -i "/stable_scmversion_cmd/s/-maybe-dirty//g" ./build/kernel/kleaf/impl/stamp.bzl
|
|
|
sed -E -i '/^CONFIG_LOCALVERSION=/ s/(.*)"$/\1-Wild+"/' ./common/arch/arm64/configs/gki_defconfig
|