summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-30 01:01:21 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-30 01:01:21 +0000
commit34d4a1bfda68ace3693c950b0168ac4b9ecbb910 (patch)
tree227524c6e9747b98c0aa816b187cbe6bea97ebda
parentcedb0bcc868c4ad1ed9f3ffe1d83faa72a45ed1c (diff)
parent5e2d6cd584cc59f040a98245c792efd9dc6cf292 (diff)
downloadcar-34d4a1bfda68ace3693c950b0168ac4b9ecbb910.tar.gz
Snap for 8519467 from 5e2d6cd584cc59f040a98245c792efd9dc6cf292 to tm-release
Change-Id: I33838868831865f2c6524619b027eb959c6f7c21
-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"