Merge "bp2build: build libc.so."
This commit is contained in:
commit
a4d9b86c8b
1 changed files with 3 additions and 4 deletions
|
@ -179,7 +179,6 @@ var (
|
||||||
// also depends on //system/libziparchive:libziparchive (http://b/186823656)
|
// also depends on //system/libziparchive:libziparchive (http://b/186823656)
|
||||||
// also depends on //system/logging/liblog:liblog (http://b/186822772)
|
// also depends on //system/logging/liblog:liblog (http://b/186822772)
|
||||||
"libc_ndk", // http://b/187013218, cc_library_static, depends on //bionic/libm:libm (http://b/183064661)
|
"libc_ndk", // http://b/187013218, cc_library_static, depends on //bionic/libm:libm (http://b/183064661)
|
||||||
"libc", // http://b/183064430, cc_library, depends on //external/jemalloc_new:libjemalloc5 (http://b/186828626)
|
|
||||||
"libc_malloc_hooks", // http://b/187016307, cc_library, ld.lld: error: undefined symbol: __malloc_hook
|
"libc_malloc_hooks", // http://b/187016307, cc_library, ld.lld: error: undefined symbol: __malloc_hook
|
||||||
"libm", // http://b/183064661, cc_library, math.h:25:16: error: unexpected token in argument list
|
"libm", // http://b/183064661, cc_library, math.h:25:16: error: unexpected token in argument list
|
||||||
|
|
||||||
|
@ -220,9 +219,9 @@ var (
|
||||||
// Per-module denylist to opt modules out of mixed builds. Such modules will
|
// Per-module denylist to opt modules out of mixed builds. Such modules will
|
||||||
// still be generated via bp2build.
|
// still be generated via bp2build.
|
||||||
mixedBuildsDisabledList = []string{
|
mixedBuildsDisabledList = []string{
|
||||||
// Currently empty, though should remain present to facilitate granular bp2build migration.
|
"libc", // b/190211183, missing libbionic_Slibdl_Sliblibdl_Ubp2build_Ucc_Ulibrary_Ushared.so
|
||||||
"libdl", // missing libbionic_Slinker_Slibld-android_Ubp2build_Ucc_Ulibrary_Ushared.so
|
"libdl", // b/190211183, missing libbionic_Slinker_Slibld-android_Ubp2build_Ucc_Ulibrary_Ushared.so
|
||||||
"libdl_android", // missing libbionic_Slinker_Slibld-android_Ubp2build_Ucc_Ulibrary_Ushared.so
|
"libdl_android", // b/190211183, missing libbionic_Slinker_Slibld-android_Ubp2build_Ucc_Ulibrary_Ushared.so
|
||||||
}
|
}
|
||||||
|
|
||||||
// Used for quicker lookups
|
// Used for quicker lookups
|
||||||
|
|
Loading…
Reference in a new issue