summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-01-17 09:17:28 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-01-17 09:17:28 +0000
commite756f35e46bc0762771d4718b9fef000f1079b1b (patch)
treeeac2266e89e7c7aa7c4baf9fe5c6e116d218e366
parent5a414ec406fb8f9c21fec2e7fab29bac14f9c3c5 (diff)
parente8d788dc3ffe027d4245679b53b09e4d9d94be49 (diff)
downloadStk-e756f35e46bc0762771d4718b9fef000f1079b1b.tar.gz
Merge "Hide StkLib from the platform" am: 4f5cc5e43d am: e8d788dc3f
Change-Id: I28cbd354a10153e885804781eb9d8303715041e6
-rw-r--r--Android.bp5
-rw-r--r--client/Android.bp4
2 files changed, 1 insertions, 8 deletions
diff --git a/Android.bp b/Android.bp
index 29afadc..894aeac 100644
--- a/Android.bp
+++ b/Android.bp
@@ -18,8 +18,5 @@ android_app {
"proguard.proguard",
],
},
- apex_available: [
- "//apex_available:platform",
- "com.android.telephony"
- ],
+ apex_available: [ "com.android.telephony" ],
}
diff --git a/client/Android.bp b/client/Android.bp
index 270409d..0593c25 100644
--- a/client/Android.bp
+++ b/client/Android.bp
@@ -2,10 +2,6 @@
android_app {
name: "Stk",
- libs: [
- "telephony-common",
- "StkLib",
- ],
static_libs: ["com.google.android.material_material"],
platform_apis: true,
certificate: "platform",