summaryrefslogtreecommitdiff
path: root/android/container.go
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-08-29 23:26:15 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-08-29 23:26:15 +0000
commit7a2a25492a73b2c031cc862745ff0273918132bb (patch)
treec76108b3e838a1c7f9b53cc915f560b699c2fc0a /android/container.go
parent7bab95be6c1414e6e5364feaa6dfab7d2c616e32 (diff)
parentbf65d1b631037c591022f63313bbd65ce92e56a2 (diff)
Merge "Add aconfig_storage_reader_java to the global container violation allowlist" into main
Diffstat (limited to 'android/container.go')
-rw-r--r--android/container.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/container.go b/android/container.go
index f150ff31a..722b241c1 100644
--- a/android/container.go
+++ b/android/container.go
@@ -89,6 +89,10 @@ var globallyAllowlistedDependencies = []string{
"framework-annotations-lib",
"unsupportedappusage",
+ // TODO(b/363016634): Remove from the allowlist when the module is converted
+ // to java_sdk_library and the java_aconfig_library modules depend on the stub.
+ "aconfig_storage_reader_java",
+
// framework-res provides core resources essential for building apps and system UI.
// This module is implicitly added as a dependency for java modules even when the
// dependency specifies sdk_version.