summaryrefslogtreecommitdiff
path: root/location
diff options
context:
space:
mode:
author Zhi Dou <zhidou@google.com> 2025-02-13 21:48:44 +0000
committer Zhi Dou <zhidou@google.com> 2025-02-13 21:48:44 +0000
commitf247e987cd8063306b7c9d1fb3f9c6312eac86ca (patch)
tree09648431b8f4899e948f53927d9bd3dadcf7ba8c /location
parenta1870a4f1fff640f5e942d1b9a7e2fc6c51f920d (diff)
add jarjar_prefix for framework-location
framework-location is a BootClassPath jar on the platform. It doesn't depend on framework.jar, however it uses the flags from the framework.jar. Flags in framwork.jar were renamed, and some of them will be renamed. So framework-location needs to rename these flags in the same way to use the flags in the framework.jar Test: presubmit Bug: 390062054 Change-Id: I20b48cdcf2d52b19fc167a9f893c2f777cee322f
Diffstat (limited to 'location')
-rw-r--r--location/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/location/Android.bp b/location/Android.bp
index bc02d1f852de..80556a2376bf 100644
--- a/location/Android.bp
+++ b/location/Android.bp
@@ -42,6 +42,7 @@ java_sdk_library {
"FlaggedApi",
],
},
+ jarjar_prefix: "com.android.internal.hidden_from_bootclasspath",
}
platform_compat_config {