Преглед изворни кода

fix: always enable Remove Protected Exports

- Re-add unconditional step after Apply Kernel Branding (no if: gate)
- Action deletes abi_gki_protected_exports_*, strips protected_exports_list
  from BUILD.bazel, clears protected_modules, handles 6.12+ protected_module_names_list
TheWildJames пре 2 недеља
родитељ
комит
67e516f134
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      .github/workflows/build.yml

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

@@ -313,6 +313,9 @@ jobs:
         sublevel: ${{ steps.extract.outputs.sublevel }}
         brand_name: ${{ inputs.brand_name }}
 
+    - name: Remove Protected Exports
+      uses: ./.github/actions/remove-protected-exports
+
     - name: Clean Kernel Flags
       uses: ./.github/actions/clean-kernel-flags