Remove StkLib from telephony apex.
This makes the telephony apex empty, but it is better to leave it
as is as some MTS infrastructural work has been done for telephony
and if we were to remove the apex, that will have to be removed as
well.
Test: basic telephony sanity
Bug: 148821604
Change-Id: I07f15ec63356a8f4342bf0775c6caad061e7f848
diff --git a/apex/Android.bp b/apex/Android.bp
index 16bcb72..a7137d9 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -14,7 +14,7 @@
apex {
name: "com.android.telephony",
manifest: "apex_manifest.json",
- apps: ["StkLib"],
+ //apps: ["StkLib"],
defaults:["com.android.telephony-defaults"],
}
@@ -30,4 +30,4 @@
// This will use com.android.telephony.x509.pem (the cert) and
// com.android.telephony.pk8 (the private key)
certificate: "com.android.telephony",
-}
\ No newline at end of file
+}