diff options
author | Jiyong Park <jiyong@google.com> | 2019-10-30 22:10:14 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-10-30 22:10:14 -0700 |
commit | 7956435fafbb52a3e5b32aee8d57547aa16493cd (patch) | |
tree | 1f4a07d4e5ff1b1d7a0b6d5d0438ca161e83eeb7 /location/lib | |
parent | a805955078b11438f84d3a0336ca058f72be27aa (diff) | |
parent | 1adc2322686404722309d945d3d15cad6e4adab3 (diff) |
Merge "Build API stub with less number of source files" am: f0cc2aa46f am: c86f52bc60
am: 1adc232268
Change-Id: I025b80f7bf04750c490a1035c2a47a55af732ce9
Diffstat (limited to 'location/lib')
-rw-r--r-- | location/lib/Android.bp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/location/lib/Android.bp b/location/lib/Android.bp index fe0f669508eb..cd45e8e6ffa6 100644 --- a/location/lib/Android.bp +++ b/location/lib/Android.bp @@ -17,10 +17,8 @@ java_sdk_library { name: "com.android.location.provider", srcs: ["java/**/*.java"], - api_srcs: [":framework-all-sources"], libs: [ "androidx.annotation_annotation", - "framework-all", ], api_packages: ["com.android.location.provider"], } |