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.