Support middleman actions in mixed builds
This allows support of generated hdrs / srcs in mixed builds. Test: Manually verified that libc_bionic_ndk passes compilation (failed previously due to missing generated heaer) Test: bp2build and mixed_libc CI scripts Test: New aquery test Change-Id: I88e359a4bd9eba383c207d5cf812272725ff0a3d
This commit is contained in:
@@ -223,7 +223,7 @@ var (
|
||||
// Per-module denylist to opt modules out of mixed builds. Such modules will
|
||||
// still be generated via bp2build.
|
||||
mixedBuildsDisabledList = []string{
|
||||
"libc_bionic_ndk", // cparsons@, http://b/183213331, Handle generated headers in mixed builds.
|
||||
"libc_bionic_ndk", // cparsons@ cc_library_static, depends on //bionic/libc:libsystemproperties
|
||||
"libc_common", // cparsons@ cc_library_static, depends on //bionic/libc:libc_nopthread
|
||||
"libc_common_static", // cparsons@ cc_library_static, depends on //bionic/libc:libc_common
|
||||
"libc_common_shared", // cparsons@ cc_library_static, depends on //bionic/libc:libc_common
|
||||
|
Reference in New Issue
Block a user