Browse Source

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 tháng trước cách đây
mục cha
commit
58108da1b7
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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"