Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91a2e102 authored by Cole Faust's avatar Cole Faust
Browse files

Allowlist apexer tools

Bug: 204244290
Test: ./build/bazel/ci/bp2build.sh
Change-Id: I6bfe64bd435b721eb61eed2578ec9df02c7583d1
parent 545d509d
Loading
Loading
Loading
Loading
+10 −5
Original line number Diff line number Diff line
@@ -178,8 +178,10 @@ var (
		"prebuilts/clang/host/linux-x86":                     Bp2BuildDefaultTrueRecursively,
		"prebuilts/tools/common/m2":                          Bp2BuildDefaultTrue,
		"system/apex":                                        Bp2BuildDefaultFalse, // TODO(b/207466993): flaky failures
		"system/apex/apexer":                                 Bp2BuildDefaultTrue,
		"system/apex/libs":                                   Bp2BuildDefaultTrueRecursively,
		"system/apex/proto":                                  Bp2BuildDefaultTrueRecursively,
		"system/apex/tools":                                  Bp2BuildDefaultTrueRecursively,
		"system/core/debuggerd":                              Bp2BuildDefaultTrueRecursively,
		"system/core/diagnose_usb":                           Bp2BuildDefaultTrueRecursively,
		"system/core/libasyncio":                             Bp2BuildDefaultTrue,
@@ -324,6 +326,9 @@ var (
		"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
		"f2fs.fibmap",           // ld.lld: error: undefined symbol: _IO
		"f2fscrypt",             // TODO(b/234340806):  error: incompatible integer to pointer conversion initializing 'FILE *' (aka 'struct _IO_FILE *') with an expression of type 'int', and  error: incomplete definition of type 'struct mntent'
		"apexer", "apexer_test", // Requires aapt2
		"apexer_test_host_tools",
		"host_apex_verifier",

		// java bugs
		"libbase_ndk", // TODO(b/186826477): fails to link libctscamera2_jni for device (required for CtsCameraTestCases)