summaryrefslogtreecommitdiff
path: root/location/lib
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2019-10-30 22:10:14 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-30 22:10:14 -0700
commit7956435fafbb52a3e5b32aee8d57547aa16493cd (patch)
tree1f4a07d4e5ff1b1d7a0b6d5d0438ca161e83eeb7 /location/lib
parenta805955078b11438f84d3a0336ca058f72be27aa (diff)
parent1adc2322686404722309d945d3d15cad6e4adab3 (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.bp2
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"],
}