Merge "disable new modules in //art/runtime"
This commit is contained in:
commit
9f394536d2
1 changed files with 6 additions and 0 deletions
|
@ -1489,6 +1489,12 @@ var (
|
|||
|
||||
"libprotobuf-full-test", // TODO(b/246997908): cannot convert proto_libraries which implicitly include other srcs in the same directory
|
||||
"libprotobuf-lite-test", // TODO(b/246997908): cannot convert proto_libraries which implicitly include other srcs in the same directory
|
||||
|
||||
// depends on other //art modules
|
||||
"libart-for-test",
|
||||
"libart_generated_headers",
|
||||
"libart-runtime-gtest",
|
||||
"libartd-runtime-gtest",
|
||||
}
|
||||
|
||||
MixedBuildsDisabledList = []string{
|
||||
|
|
Loading…
Reference in a new issue