TheWildJames 4 months ago
parent
commit
e8e54ee351
1 changed files with 0 additions and 10 deletions
  1. 0 10
      .github/workflows/build.yml

+ 0 - 10
.github/workflows/build.yml

@@ -310,16 +310,6 @@ jobs:
         KBUILD_BUILD_TIMESTAMP: ${{ env.KBUILD_BUILD_TIMESTAMP }}
       run: |
         set -ex
-        if [ -f "build/build.sh" ]; then
-          # SKIP NOT NEEDED
-        else
-          # Bazel build system (newer kernels)
-          # Remove ABI protected exports to prevent build errors
-          rm -rf common/android/abi_gki_protected_exports_*
-          perl -pi -e 's/^\s*"protected_exports_list"\s*:\s*"android\/abi_gki_protected_exports_aarch64",\s*$//;' common/BUILD.bazel
-          sed -i 's/protected_modules = \[.*\]/protected_modules = []/' common/modules.bzl || true
-        fi
-
         if [ -f "build/build.sh" ]; then
           #SKIP_MRPROPER=1
           GKI_DEFCONFIG_FRAGMENT="$GITHUB_WORKSPACE/wild_gki.fragment" BUILD_CONFIG=common/build.config.gki.aarch64 build/build.sh || exit 1