diff options
author | 2024-08-29 23:26:15 +0000 | |
---|---|---|
committer | 2024-08-29 23:26:15 +0000 | |
commit | 7a2a25492a73b2c031cc862745ff0273918132bb (patch) | |
tree | c76108b3e838a1c7f9b53cc915f560b699c2fc0a | |
parent | 7bab95be6c1414e6e5364feaa6dfab7d2c616e32 (diff) | |
parent | bf65d1b631037c591022f63313bbd65ce92e56a2 (diff) |
Merge "Add aconfig_storage_reader_java to the global container violation allowlist" into main
-rw-r--r-- | android/container.go | 4 |
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. |