diff options
author | 2024-08-29 18:49:00 +0000 | |
---|---|---|
committer | 2024-08-29 18:49:00 +0000 | |
commit | bf65d1b631037c591022f63313bbd65ce92e56a2 (patch) | |
tree | 1d7c0767800b3ff18e0e6301a96ec37e95411585 /android/container.go | |
parent | 3efbd354d77d530058914da668e9cd5c6d0588e7 (diff) |
Add aconfig_storage_reader_java to the global container violation allowlist
The module is implicitly added as a dependency for all
java_aconfig_library modules, but does not generate the stubs.
Test: CI
Bug: 338660802
Change-Id: I6ef0f5f5f445e6f70debc3f79e3fd81ed2331366
Diffstat (limited to 'android/container.go')
-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 63fb362ad..7aba6ab3e 100644 --- a/android/container.go +++ b/android/container.go @@ -91,6 +91,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. |