diff --git a/.github/workflows/gki-kernel.yml b/.github/workflows/gki-kernel.yml index e7c407df..a3ef2269 100644 --- a/.github/workflows/gki-kernel.yml +++ b/.github/workflows/gki-kernel.yml @@ -174,6 +174,7 @@ jobs: if [ -e build/build.sh ]; then CCACHE="/usr/bin/ccache" LTO=thin BUILD_CONFIG=common/build.config.gki.aarch64 build/build.sh else + sed -i '/^rfkill_/d' common/android/abi_gki_protected_exports_* tools/bazel run --disk_cache=/home/runner/.cache/bazel --config=fast --config=stamp --lto=thin //common:kernel_aarch64_dist -- --dist_dir=dist fi