MessengerPrebuilt 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: I2ccefe445cd73d9f0cecca307867ab34d2e2905e
diff --git a/Android.bp b/Android.bp
index f97ada3..6efe391 100644
--- a/Android.bp
+++ b/Android.bp
@@ -10,4 +10,12 @@
     certificate: "platform",
     required: ["allowed_privapp_com.android.car.messenger"],
     overrides: ["messaging"],
+    // 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"
+    ]
 }
diff --git a/CarMessengerApp.apk b/CarMessengerApp.apk
index 6f6373f..a40b6ab 100644
--- a/CarMessengerApp.apk
+++ b/CarMessengerApp.apk
Binary files differ