summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2020-01-17 08:54:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-01-17 08:54:34 +0000
commit4f5cc5e43da1ca2df851cf12f1408fcb846cb840 (patch)
treeeac2266e89e7c7aa7c4baf9fe5c6e116d218e366
parent1e61a4c2a272583f1f8260a82cfa69bc69dcf8ed (diff)
parentcfb3020b77bb5740add01ed13f63b919de1675bd (diff)
downloadStk-4f5cc5e43da1ca2df851cf12f1408fcb846cb840.tar.gz
Merge "Hide StkLib from the platform"
-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",