summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Lee <cyrillee@google.com>2020-11-11 01:26:07 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-11-11 01:26:07 +0000
commitfe7c249efeedd781ecfeb5335c2dfa85543a75a4 (patch)
treee40220efe10cc207e3c31e86ae48ff911f2401ce
parentf3382a18fb93e38e8dbc322eb650714d3238f524 (diff)
parent842c151641e534ecf58eff92455192a50895fea4 (diff)
downloadStk-fe7c249efeedd781ecfeb5335c2dfa85543a75a4.tar.gz
Merge "Update material library to 1.2.1"
-rw-r--r--Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index cffb421..ce65ffd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,7 +3,10 @@
android_app {
name: "Stk",
libs: ["telephony-common"],
- static_libs: ["com.google.android.material_material"],
+ static_libs: [
+ "com.google.android.material_material",
+ "androidx.legacy_legacy-support-core-utils",
+ ],
srcs: ["**/*.java"],
platform_apis: true,
certificate: "platform",