|
@@ -298,7 +298,7 @@ jobs:
|
|
|
else
|
|
else
|
|
|
rm -rf ./common/android/abi_gki_protected_exports_*
|
|
rm -rf ./common/android/abi_gki_protected_exports_*
|
|
|
sed -i "/stable_scmversion_cmd/s/-maybe-dirty//g" ./build/kernel/kleaf/impl/stamp.bzl
|
|
sed -i "/stable_scmversion_cmd/s/-maybe-dirty//g" ./build/kernel/kleaf/impl/stamp.bzl
|
|
|
- sed -i 's/^CONFIG_LOCALVERSION=.*/CONFIG_LOCALVERSION="-Wild+"/' ./common/scripts/setlocalversion
|
|
|
|
|
|
|
+ sed -i 's/^CONFIG_LOCALVERSION=.*/CONFIG_LOCALVERSION="-Wild+"/' ./common/arch/arm64/configs/gki_defconfig
|
|
|
tools/bazel build --config=fast --lto=${{ inputs.lto_type }} //common:kernel_aarch64_dist
|
|
tools/bazel build --config=fast --lto=${{ inputs.lto_type }} //common:kernel_aarch64_dist
|
|
|
fi
|
|
fi
|
|
|
|
|
|