action.yml 379 B

12345678910111213
  1. name: abi export removal
  2. description: remove abi exports for wifi and bt functionality
  3. runs:
  4. using: composite
  5. steps:
  6. - name: remove protected exports
  7. shell: bash
  8. run: |
  9. cd "$COMMON"
  10. rm -rf ./android/abi_gki_protected_exports_*
  11. perl -pi -e 's/^\s*"protected_exports_list"\s*:\s*"android\/abi_gki_protected_exports_aarch64",\s*$//;' ./BUILD.bazel