summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-24 01:31:53 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-24 01:31:53 +0000
commit2abd6902882d5b5c25d99e411578ad74bbe2dd62 (patch)
treee13613ee64b38f4683b6ae5bf24ad6b2e229cac6
parent61be00c2c875aba3408d5d523c9f1f405db16f51 (diff)
parentbb641563a12ce23b915de2a2c2ecb23432d5c77c (diff)
downloadDialerPrebuilt-android13-qpr2-s2-release.tar.gz
Change-Id: I83e4cb510accac95e3c2ff2c50177e70c789980d
-rw-r--r--Android.bp8
-rw-r--r--CarDialerApp.apkbin4739907 -> 4739907 bytes
2 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 3117053..4e6dccf 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,6 +13,14 @@ android_app_import {
"preinstalled-packages-com.android.car.dialer.xml",
],
overrides: ["Dialer"],
+ // This flag is needed because we're inehriting 2 `uses-library` tags from `androidx.window`
+ // that it's coming from Compose support in `car-ui-lib` in the manifest. And Soong is
+ // enforcing that both the shared libraries must be in the image. But since both of them are
+ // set to optional we can use the following flag to ignore the build error.
+ optional_uses_libs: [
+ "androidx.window.extensions",
+ "androidx.window.sidecar"
+ ]
}
prebuilt_etc {
diff --git a/CarDialerApp.apk b/CarDialerApp.apk
index 933663c..1ccf870 100644
--- a/CarDialerApp.apk
+++ b/CarDialerApp.apk
Binary files differ