Merge "Annotate bp2buildModuleDoNotConvertList with reasons for modules being blocked."

This commit is contained in:
Rupert Shuttleworth
2021-04-01 09:17:12 +00:00
committed by Gerrit Code Review

View File

@@ -130,48 +130,48 @@ var (
// Per-module denylist to always opt modules out. // Per-module denylist to always opt modules out.
bp2buildModuleDoNotConvertList = []string{ bp2buildModuleDoNotConvertList = []string{
"generated_android_ids", "libBionicBenchmarksUtils", // ruperts@, cc_library_static
"libBionicBenchmarksUtils", "libbionic_spawn_benchmark", // ruperts@, cc_library_static, depends on //system/libbase
"libbionic_spawn_benchmark", "libc_jemalloc_wrapper", // ruperts@, cc_library_static, depends on //external/jemalloc_new
"libc_jemalloc_wrapper", "libc_bootstrap", // ruperts@, cc_library_static
"libc_bootstrap", "libc_init_static", // ruperts@, cc_library_static
"libc_init_static", "libc_init_dynamic", // ruperts@, cc_library_static
"libc_init_dynamic", "libc_tzcode", // ruperts@, cc_library_static
"libc_tzcode", "libc_freebsd", // ruperts@, cc_library_static
"libc_freebsd", "libc_freebsd_large_stack", // ruperts@, cc_library_static
"libc_freebsd_large_stack", "libc_netbsd", // ruperts@, cc_library_static
"libc_netbsd", "libc_openbsd_ndk", // ruperts@, cc_library_static
"libc_openbsd_ndk", "libc_openbsd_large_stack", // ruperts@, cc_library_static
"libc_openbsd_large_stack", "libc_openbsd", // ruperts@, cc_library_static
"libc_openbsd", "libc_gdtoa", // ruperts@, cc_library_static
"libc_gdtoa", "libc_fortify", // ruperts@, cc_library_static
"libc_fortify", "libc_bionic", // ruperts@, cc_library_static
"libc_bionic", "libc_bionic_ndk", // ruperts@, cc_library_static, depends on //bionic/libc/system_properties
"libc_bionic_ndk", "libc_bionic_systrace", // ruperts@, cc_library_static
"libc_bionic_systrace", "libc_pthread", // ruperts@, cc_library_static
"libc_pthread", "libc_syscalls", // ruperts@, cc_library_static
"libc_syscalls", "libc_aeabi", // ruperts@, cc_library_static
"libc_aeabi", "libc_ndk", // ruperts@, cc_library_static, depends on //bionic/libm:libm
"libc_ndk", "libc_nopthread", // ruperts@, cc_library_static, depends on //external/arm-optimized-routines
"libc_nopthread", "libc_common", // ruperts@, cc_library_static, depends on //bionic/libc:libc_nopthread
"libc_common", "libc_static_dispatch", // ruperts@, cc_library_static
"libc_static_dispatch", "libc_dynamic_dispatch", // ruperts@, cc_library_static
"libc_dynamic_dispatch", "libc_common_static", // ruperts@, cc_library_static, depends on //bionic/libc:libc_common
"libc_common_static", "libc_common_shared", // ruperts@, cc_library_static, depends on //bionic/libc:libc_common
"libc_common_shared", "libc_unwind_static", // ruperts@, cc_library_static
"libc_unwind_static", "libc_nomalloc", // ruperts@, cc_library_static, depends on //bionic/libc:libc_common
"libc_nomalloc", "libasync_safe", // ruperts@, cc_library_static
"libasync_safe", "libc_malloc_debug_backtrace", // ruperts@, cc_library_static, depends on //system/libbase
"libc_malloc_debug_backtrace", "libsystemproperties", // ruperts@, cc_library_static, depends on //system/core/property_service/libpropertyinfoparser
"libsystemproperties", "libdl_static", // ruperts@, cc_library_static
"libdl_static", "liblinker_main", // ruperts@, cc_library_static, depends on //system/libbase
"liblinker_main", "liblinker_malloc", // ruperts@, cc_library_static, depends on //system/logging/liblog:liblog
"liblinker_malloc", "liblinker_debuggerd_stub", // ruperts@, cc_library_static, depends on //system/libbase
"liblinker_debuggerd_stub", "libbionic_tests_headers_posix", // ruperts@, cc_library_static
"libbionic_tests_headers_posix", "libc_dns", // ruperts@, cc_library_static
"libc_dns", "generated_android_ids", // cparsons@, genrule
"note_memtag_heap_async", "note_memtag_heap_async", // cparsons@, cc_library_static
"note_memtag_heap_sync", "note_memtag_heap_sync", // cparsons@, cc_library_static
} }
// Used for quicker lookups // Used for quicker lookups