summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author zhidou <zhidou@google.com> 2024-11-20 04:04:58 +0000
committer zhidou <zhidou@google.com> 2024-11-20 22:26:28 +0000
commita50da370a485d2da790628a36c2f63985ce10270 (patch)
tree1d1789d4e6122a824bb9470ca8a59878d3aa35d2
parentb84e90efb8771872482cf86c124487dd1c279391 (diff)
replace aconfig_storage_reader_java to aconfig_storage_stub
This chagne replace aconfig_storage_reader_java to aconfig_storage_stub. The former is a normal java library, and the later is a stub libray. Since here we only need symbols for building, the stub library is safer. Test: presubmit Bug: 373641721 Change-Id: I6526783c9ce6fb90d9a746168859e8b850c1b7c8
-rw-r--r--flags/Android.bp2
-rw-r--r--framework/Android.bp2
2 files changed, 2 insertions, 2 deletions
diff --git a/flags/Android.bp b/flags/Android.bp
index 3170e05903..5deabc5f54 100644
--- a/flags/Android.bp
+++ b/flags/Android.bp
@@ -51,6 +51,6 @@ java_defaults {
sdk_version: "core_platform",
libs: [
"fake_device_config",
- "aconfig_storage_reader_java",
+ "aconfig_storage_stub",
],
}
diff --git a/framework/Android.bp b/framework/Android.bp
index b9d394776c..f1186f4854 100644
--- a/framework/Android.bp
+++ b/framework/Android.bp
@@ -117,7 +117,7 @@ java_defaults {
// Add aconfig-annotations-lib as a dependency for the optimization
"aconfig-annotations-lib",
// library for generated flag code read new storage
- "aconfig_storage_reader_java",
+ "aconfig_storage_stub",
"framework-configinfrastructure.stubs.module_lib",
],
aidl: {