diff options
author | 2024-10-08 23:51:22 +0000 | |
---|---|---|
committer | 2024-10-08 23:51:22 +0000 | |
commit | 8238a470f6ebe41ddb0e9fa99e2f0decfa82ad68 (patch) | |
tree | 4ae72fac42883ee6c0b82b5e9cd3999601568095 /location | |
parent | 2786f1878671844e7e82ddaa743a1c7854494803 (diff) | |
parent | 08dca394965b88caa936c308dc46bd22240d5842 (diff) |
Merge "Add missing Javadoc dependency to `com.android.location.provider`" into main am: ff20de49a0 am: 08dca39496
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3299095
Change-Id: I1deb8f6224d94a6cd42f42f0dac6c9d4ab490f5e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'location')
-rw-r--r-- | location/lib/Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/location/lib/Android.bp b/location/lib/Android.bp index b10019a94209..67d57749c894 100644 --- a/location/lib/Android.bp +++ b/location/lib/Android.bp @@ -29,6 +29,10 @@ java_sdk_library { libs: [ "androidx.annotation_annotation", ], + stub_only_libs: [ + // Needed for javadoc references. + "framework-location.stubs.system", + ], api_packages: [ "android.location", "com.android.location.provider", |