diff options
author | 2023-12-14 17:51:58 -0800 | |
---|---|---|
committer | 2024-02-14 15:07:43 -0800 | |
commit | 8e54d085a1de1a0303cd44e97b3d842af49ce17e (patch) | |
tree | 879d81d4cfe0800b47fddff8d348d3507a652695 /location/lib/Android.bp | |
parent | 4201d5607ad0840a0f28d6e929e1bbcc642e2bbc (diff) |
Refactor Geocoder Provider System APIs
1) Deprecate old GeocoderProvider API which is not part of any published
API surface.
2) Create new GeocoderProviderBase API which lives in normal SystemApi
surface.
3) Cleanup various callback APIs and geocoding POJOs used internally.
Bug: 279319276
Bug: 229872126
Test: CTS
Change-Id: I1da453ba5f9fd98b08ecdbbbacf640497ed6cd42
Diffstat (limited to 'location/lib/Android.bp')
-rw-r--r-- | location/lib/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/location/lib/Android.bp b/location/lib/Android.bp index c9be5797fdbc..b10019a94209 100644 --- a/location/lib/Android.bp +++ b/location/lib/Android.bp @@ -30,6 +30,7 @@ java_sdk_library { "androidx.annotation_annotation", ], api_packages: [ + "android.location", "com.android.location.provider", "com.android.location.timezone.provider", ], |