diff options
author | Jiyong Park <jiyong@google.com> | 2019-09-23 15:45:09 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-09-23 15:45:09 -0700 |
commit | acac2c9174df2e25b5b99864b443435831d993e5 (patch) | |
tree | d2601c61e96fe605ceef39f2f836613d86450e0b /location/lib | |
parent | 0b5b9a46398b4a97d60b8375e102b11b398a3d54 (diff) | |
parent | 4de7f5eaac10a643569fe8448cc26c02b211b602 (diff) |
Merge changes Iea1d2ae2,I1d3c8e48 am: d708ea7b4a am: ebde74e7b1 am: fd4c08b689
am: 4de7f5eaac
Change-Id: Icf780d431f0dd596eee4d07ed26f33f5e0819ed9
Diffstat (limited to 'location/lib')
-rw-r--r-- | location/lib/Android.bp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/location/lib/Android.bp b/location/lib/Android.bp index b36aa036daba..1daee5d953a3 100644 --- a/location/lib/Android.bp +++ b/location/lib/Android.bp @@ -16,9 +16,11 @@ java_sdk_library { name: "com.android.location.provider", - srcs: [ - "java/**/*.java", - ":framework-all-sources", + srcs: ["java/**/*.java"], + api_srcs: [":framework-all-sources"], + libs: [ + "androidx.annotation_annotation", + "framework-all", ], libs: [ "androidx.annotation_annotation", |