summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Lee <cyrillee@google.com>2020-11-05 14:19:01 +0800
committerCyril Lee <cyrillee@google.com>2020-11-05 14:19:01 +0800
commit842c151641e534ecf58eff92455192a50895fea4 (patch)
treee40220efe10cc207e3c31e86ae48ff911f2401ce
parent9d5d5ee08da23862816b4b6da826bad3273e1a6c (diff)
downloadStk-842c151641e534ecf58eff92455192a50895fea4.tar.gz
Update material library to 1.2.1
- Since the material library 1.2.1 not depdends on androidx.legacy_legacy-support-core-utils anymore, adding the dependecy lib to build file directly Test: m -j16 Change-Id: I10612e80187301ace9aaef82e17b2220f999442b
-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",