diff options
author | 2024-11-20 03:55:07 +0000 | |
---|---|---|
committer | 2024-11-21 04:59:13 +0000 | |
commit | aed2e74b6131b95f0811c2d564f51c31dad48ce2 (patch) | |
tree | 0e5a204d5c553a77ad961799fa03a61c31b0ec1b /android/container.go | |
parent | a4a6ec4d89ed78a2778382f497bbbbfa8c03e6fd (diff) |
replace aconfig_storage_reader_java to aconfig_storage_stub
This change replace aconfig_storage_reader_jave to aconfig_storage_stub.
The former library is a normal java library, while the later is a stub
library. Since we only need to provide the symbols here, the stub
library is safer.
Test: presubmit
Change-Id: I1c098cf7ad4c0ec0d5f0b13089f04598b8f81fc3
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 2a3777b30..4dcf02a36 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 |