summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2020-01-10 15:46:04 +0000
committerAnton Hansson <hansson@google.com>2020-01-10 15:46:04 +0000
commitf7d63bc2720543df8effa3c88ba9b024650cd284 (patch)
treed05fc036d6cd697993facd694a749adba0a81387
parentfdab69e7849188b00379971189265108ad9abe00 (diff)
downloadStk-f7d63bc2720543df8effa3c88ba9b024650cd284.tar.gz
Make StkLib visible to telephony apex + platform
It's both embedded in the telephony apex and built into the "Stk" app. Bug: 147364041 Test: m Change-Id: I096f9885d62ecbf516d1d8b7db5657eb1b7fbdc4
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c940e8b..29afadc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -18,4 +18,8 @@ android_app {
"proguard.proguard",
],
},
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.telephony"
+ ],
}