Register bp2build module types even outside generation
Without this fix, mixed builds are silently disabled, as a recent change
disabled mixed builds for all module types which are not listed in this
map. This map should be populated for both bp2build generation and for
mixed builds.
Test: lunch aosp_flame && USE_BAZEL_ANALYSIS=1 m libc
Change-Id: Ib2a3fb2de2e7a5204ef01355522ae569e0424dc7
diff --git a/android/bazel.go b/android/bazel.go
index a7c6b63..cc02152 100644
--- a/android/bazel.go
+++ b/android/bazel.go
@@ -129,8 +129,8 @@
}
// Per-module denylist to always opt modules out.
-
bp2buildModuleDoNotConvertList = []string{
+ "generated_android_ids",
"libBionicBenchmarksUtils",
"libbionic_spawn_benchmark",
"libc_jemalloc_wrapper",
@@ -170,6 +170,8 @@
"liblinker_debuggerd_stub",
"libbionic_tests_headers_posix",
"libc_dns",
+ "note_memtag_heap_async",
+ "note_memtag_heap_sync",
}
// Used for quicker lookups