Ver Fonte

ci: remove unnecessary ABI patch steps in build workflow

The ABI bypass patch steps were removed as they are no longer needed for the build process. This simplifies the workflow and reduces unnecessary operations during CI execution.
TheWildJames há 10 meses atrás
pai
commit
58108da1b7
1 ficheiros alterados com 0 adições e 5 exclusões
  1. 0 5
      .github/workflows/build.yml

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

@@ -444,11 +444,6 @@ jobs:
           #SYMBOL_LIST=common/android/abi_gki_aarch64
           #cat Wild_KSU/kernel/export_symbol.txt | awk '{sub("[ \t]+","");print "  "$0}' >> $SYMBOL_LIST
 
-          ls -a build/abi/
-
-          cp ../kernel_patches/wild/bypass_patches/abi_bypass_gki.patch ./
-          patch -p1 < abi_bypass_gki.patch
-
       - name: Configure Build Optimization
         run: |
           cd "$CONFIG"