Selaa lähdekoodia

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 10 kuukautta sitten
vanhempi
sitoutus
58108da1b7
1 muutettua tiedostoa jossa 0 lisäystä ja 5 poistoa
  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"