diff options
author | 2024-11-22 03:24:20 +0000 | |
---|---|---|
committer | 2024-11-22 03:24:20 +0000 | |
commit | eea1ab3a49447ef90076725f1e3d74ae77b1b864 (patch) | |
tree | 693fc0e49f47c9ad137bff8e8087ef0d83f8c3f3 /android/container.go | |
parent | 0ba56bf17976ea63c555f560d3437bd246422fde (diff) | |
parent | aed2e74b6131b95f0811c2d564f51c31dad48ce2 (diff) |
Merge "replace aconfig_storage_reader_java to aconfig_storage_stub" into main
Diffstat (limited to 'android/container.go')
-rw-r--r-- | android/container.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/container.go b/android/container.go index 775436a51..27b17ed99 100644 --- a/android/container.go +++ b/android/container.go @@ -93,7 +93,7 @@ var globallyAllowlistedDependencies = []string{ // 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", + "aconfig_storage_stub", // 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 |