From 96c1550ddff09442ae83f9d1ee032cd4a62ae533 Mon Sep 17 00:00:00 2001 From: Sam Delmerico Date: Mon, 12 Jun 2023 16:09:09 -0400 Subject: [PATCH] disable new modules in //art/runtime Change-Id: Idecab7b34ef4a03870ce88c314fceaa1aa597338 --- android/allowlists/allowlists.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 1ae2284b3..ddc88074c 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -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{