Allowlist apexer for bp2build

This also introduces a workaround for the fact that
apexer depends on aapt2, but aapt2 doesn't build
with bp2build yet. Aapt2 is removed from apexer's
requirements during bp2build.

Bug: 204244290
Test: ./build/bazel/ci/bp2build.sh
Change-Id: I837597ce035c7d5c06e1a3957166583a7a94b5c7
This commit is contained in:
Cole Faust
2022-06-02 12:11:12 -07:00
parent 2320e27eb1
commit 01243368d7
7 changed files with 60 additions and 44 deletions

View File

@@ -329,6 +329,7 @@ var (
//system/extras/ext4_utils
"libext4_utils",
"mke2fs_conf",
//system/extras/libfec
"libfec",
@@ -359,10 +360,10 @@ var (
"gen-kotlin-build-file.py", // TODO(b/198619163) module has same name as source
"libgtest_ndk_c++", "libgtest_main_ndk_c++", // TODO(b/201816222): Requires sdk_version support.
"linkerconfig", "mdnsd", // TODO(b/202876379): has arch-variant static_executable
"linker", // TODO(b/228316882): cc_binary uses link_crt
"libdebuggerd", // TODO(b/228314770): support product variable-specific header_libs
"versioner", // TODO(b/228313961): depends on prebuilt shared library libclang-cpp_host as a shared library, which does not supply expected providers for a shared library
"apexer", "apexer_test", // Requires aapt2
"linker", // TODO(b/228316882): cc_binary uses link_crt
"libdebuggerd", // TODO(b/228314770): support product variable-specific header_libs
"versioner", // TODO(b/228313961): depends on prebuilt shared library libclang-cpp_host as a shared library, which does not supply expected providers for a shared library
"apexer_test", // Requires aapt2
"apexer_test_host_tools",
"host_apex_verifier",