Merge "Add aconfig_storage_reader_java to the global container violation allowlist" into main am: 7a2a25492a

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3248020

Change-Id: I9f5a38caa0104d798622fb63aab7e280885151bd
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2024-08-29 23:29:18 +00:00
committed by Automerger Merge Worker

View File

@@ -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.