summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDivya Shukla <shukladi@google.com>2023-01-06 19:42:46 +0000
committerDivya Shukla <shukladi@google.com>2023-01-06 19:44:36 +0000
commit4d1b4754c015b735a951503289dccb3df1cd93f0 (patch)
treee13613ee64b38f4683b6ae5bf24ad6b2e229cac6
parent35ea00cd536f065f17b5fbb14de6d97f55e914f3 (diff)
downloadDialerPrebuilt-4d1b4754c015b735a951503289dccb3df1cd93f0.tar.gz
DialerPrebuilt and script updated
./update_prebuilts.sh 9451147 Update the update_prebuilts script to download from car_apps_gradle-all Also updated bp files to add the additional shared library dependencies that are included with our gradle builds. Bug: 264565182 Test: m -j Change-Id: I761a6093ff31ffcf0cf661cef860bd283951ae2b
-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