summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiqun Wu <yiqunw@google.com>2022-04-22 01:36:45 +0000
committerYiqun Wu <yiqunw@google.com>2022-04-22 18:28:15 +0000
commit90fb2d68e3c50066e12e44c96a2f893436f29854 (patch)
treefabd43a3cd84376983abfa9e0e619bc116e3fa8c
parent947ce2425c5a6b277f85a6db6509f3dadfe533bb (diff)
downloadsdk-90fb2d68e3c50066e12e44c96a2f893436f29854.tar.gz
Add missing glide dependencies
Bug: 230112342 Test: manually Change-Id: Id173a3b4c6a47c5e990a2b8524ed9d3e0c854062
-rw-r--r--current/aaos-libs/Android.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/current/aaos-libs/Android.bp b/current/aaos-libs/Android.bp
index 3af2d1e0d..de0e8e7a8 100644
--- a/current/aaos-libs/Android.bp
+++ b/current/aaos-libs/Android.bp
@@ -147,11 +147,15 @@ android_library {
sdk_version: "31",
static_libs:[
"car-telephony-common-nodeps",
+ "androidx.exifinterface_exifinterface",
"androidx.legacy_legacy-support-v4",
"androidx.lifecycle_lifecycle-common-java8",
"androidx.lifecycle_lifecycle-extensions",
"car-apps-common-nodeps",
"glide-prebuilt",
+ "glide-gifdecoder-prebuilt",
+ "glide-disklrucache-prebuilt",
+ "glide-annotation-and-compiler-prebuilt",
"guava",
"libphonenumber",
]
@@ -162,11 +166,15 @@ android_library_import {
aars: ["car-telephony-common.aar"],
sdk_version: "31",
static_libs:[
+ "androidx.exifinterface_exifinterface",
"androidx.legacy_legacy-support-v4",
"androidx.lifecycle_lifecycle-common-java8",
"androidx.lifecycle_lifecycle-extensions",
"car-apps-common-nodeps",
"glide-prebuilt",
+ "glide-gifdecoder-prebuilt",
+ "glide-disklrucache-prebuilt",
+ "glide-annotation-and-compiler-prebuilt",
"guava",
"libphonenumber",
]