Explorar el Código

fix(issue-176): widen BTF gate to include android13-5.10 and android13-5.15

Stock gki_defconfig on android13-5.10 and android13-5.15 already has
CONFIG_DEBUG_INFO_BTF=y — only android12-5.10's old build system lacks
the toolchain. Changed from allowlist to denylist for clarity.
TheWildJames hace 1 mes
padre
commit
bb485a7e19
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/build.yml

+ 2 - 2
.github/workflows/build.yml

@@ -201,8 +201,8 @@ jobs:
     - name: Setup Misc Configs
     - name: Setup Misc Configs
       uses: ./.github/actions/misc
       uses: ./.github/actions/misc
 
 
-    - name: Enable BTF (android14-6.1+ only — old build system lacks toolchain)
-      if: ${{ inputs.version == 'android14-5.15' || inputs.version == 'android14-6.1' || inputs.version == 'android15-6.6' || inputs.version == 'android16-6.12' }}
+    - name: Enable BTF (android13+ — android12 old build system lacks toolchain)
+      if: ${{ inputs.version != 'android12-5.10' }}
       uses: ./.github/actions/set-kernel-config
       uses: ./.github/actions/set-kernel-config
       with:
       with:
         config_list: |
         config_list: |