summaryrefslogtreecommitdiff
path: root/location/lib
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2019-10-30 22:04:00 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-30 22:04:00 -0700
commit1adc2322686404722309d945d3d15cad6e4adab3 (patch)
tree4db802c3d7f5ee14053d0922b9c5253370680838 /location/lib
parent215d92f8809b6dbfdf5f708df92100cebb3b4a85 (diff)
parentc86f52bc60e06a6a5425ef7067597a82e78bef77 (diff)
Merge "Build API stub with less number of source files" am: f0cc2aa46f
am: c86f52bc60 Change-Id: I8da1d306b487ef134f250a9d3723e6897f98d3f4
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"],
}