summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJayachandran C <jayachandranc@google.com>2019-10-23 18:12:48 -0700
committerJack Yu <jackyu@google.com>2019-11-05 13:19:31 -0800
commit1416ac5cdce95174b06a6e08eeddc5554ed6e54f (patch)
treee9cc2f7b2a91b393b460462027d99580bc9db7d3 /Android.bp
parentb1cee23060a604d8205f4e8e183388ae98d305a2 (diff)
downloadStk-1416ac5cdce95174b06a6e08eeddc5554ed6e54f.tar.gz
Remove usage of hidden APIs Build.IS_DEBUGGABLE & XmlUtils
Bug: 143223966 Test: make & basic sanity Merged-In: If9e3c53d778b493c25f50c2dbb4cc4b194cd6274 Change-Id: If9e3c53d778b493c25f50c2dbb4cc4b194cd6274 (cherry picked from commit 1379e79a3374990f6b580a42f0566d386e0d8c70)
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index cffb421..d505cd4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -5,6 +5,7 @@ android_app {
libs: ["telephony-common"],
static_libs: ["com.google.android.material_material"],
srcs: ["**/*.java"],
+ jarjar_rules: "jarjar-rules.txt",
platform_apis: true,
certificate: "platform",
}