Merge "Fix typo in bp2build denylist." am: 5166a1c707
am: 1acfbe98bb
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1927621 Change-Id: Ia75e1692c6462e9d9fb4b1b0fa09e5ecee7e3e9b
This commit is contained in:
@@ -364,7 +364,7 @@ var (
|
||||
|
||||
// Per-module denylist to always opt modules out of both bp2build and mixed builds.
|
||||
bp2buildModuleDoNotConvertList = []string{
|
||||
"libnativehelper_compat_libc", // Broken compile: implicit declaration of function 'strerror_r' is invalid in C99
|
||||
"libnativehelper_compat_libc++", // Broken compile: implicit declaration of function 'strerror_r' is invalid in C99
|
||||
|
||||
"libandroid_runtime_lazy", // depends on unconverted modules: libbinder_headers
|
||||
"libcmd", // depends on unconverted modules: libbinder
|
||||
|
Reference in New Issue
Block a user