Browse Source

Merge "denylist new modules that have implicit proto deps"

Jason Wu 1 year ago
parent
commit
4397c9fa51
1 changed files with 2 additions and 0 deletions
  1. 2 0
      android/allowlists/allowlists.go

+ 2 - 0
android/allowlists/allowlists.go

@@ -1490,6 +1490,8 @@ 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
 
+		"expresscatalogvalidator", // 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",