summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-30 01:52:33 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-04-30 01:52:33 +0000
commit31e5dae6e4dfe88c0a2ad9294832ff368d1b58f5 (patch)
tree227524c6e9747b98c0aa816b187cbe6bea97ebda
parent757029875b5d34905764ea0503d9c066d123fdb2 (diff)
parent34d4a1bfda68ace3693c950b0168ac4b9ecbb910 (diff)
downloadcar-31e5dae6e4dfe88c0a2ad9294832ff368d1b58f5.tar.gz
Snap for 8519467 from 5e2d6cd584cc59f040a98245c792efd9dc6cf292 to tm-release am: 34d4a1bfda
Original change: https://googleplex-android-review.googlesource.com/c/device/generic/car/+/18104926 Change-Id: I49b3db44440a4517c94052fcb94ae03cf2bf4447 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--emulator/cluster/rro_overlays/CarServiceOverlay/AndroidManifest.xml2
-rw-r--r--emulator/cluster/rro_overlays/CarServiceOverlay_OsDouble/AndroidManifest.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulator/cluster/rro_overlays/CarServiceOverlay/AndroidManifest.xml b/emulator/cluster/rro_overlays/CarServiceOverlay/AndroidManifest.xml
index bb0bb8c..332c34d 100644
--- a/emulator/cluster/rro_overlays/CarServiceOverlay/AndroidManifest.xml
+++ b/emulator/cluster/rro_overlays/CarServiceOverlay/AndroidManifest.xml
@@ -17,7 +17,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.car.resources.emulator">
<application android:hasCode="false"/>
- <overlay android:priority="10001"
+ <overlay android:priority="5001"
android:targetPackage="com.android.car.updatable"
android:targetName="CarServiceCustomization"
android:resourcesMap="@xml/overlays"
diff --git a/emulator/cluster/rro_overlays/CarServiceOverlay_OsDouble/AndroidManifest.xml b/emulator/cluster/rro_overlays/CarServiceOverlay_OsDouble/AndroidManifest.xml
index 27a3f58..dda9cff 100644
--- a/emulator/cluster/rro_overlays/CarServiceOverlay_OsDouble/AndroidManifest.xml
+++ b/emulator/cluster/rro_overlays/CarServiceOverlay_OsDouble/AndroidManifest.xml
@@ -17,7 +17,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.car.resources.emulator.osdouble">
<application android:hasCode="false"/>
- <overlay android:priority="10001"
+ <overlay android:priority="5001"
android:targetPackage="com.android.car.updatable"
android:targetName="CarServiceCustomization"
android:resourcesMap="@xml/overlays"