aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMayank Garg <gargmayank@google.com>2022-04-28 23:44:03 -0700
committerMayank Garg <gargmayank@google.com>2022-04-29 17:49:29 +0000
commit82bb22bbc14d1f2f93a6c478b2efa634f5ed9256 (patch)
tree8a6d2c8ccba185a0c2ed1fb46b8563928a3980d9
parent47289054c36ff15ba1bd8307063e98b6f21ee1ee (diff)
downloadcuttlefish-82bb22bbc14d1f2f93a6c478b2efa634f5ed9256.tar.gz
Fixed the priority for cuttlefish RRO
RRO priority can't be more than 9999 Bug: 217469632 Test: successful build Change-Id: Ic553ea641206eeffc3cd2d893ee88d8d79e3f190
-rw-r--r--shared/auto/rro_overlay/CarServiceOverlay/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/auto/rro_overlay/CarServiceOverlay/AndroidManifest.xml b/shared/auto/rro_overlay/CarServiceOverlay/AndroidManifest.xml
index f4f01910f..e3fc99843 100644
--- a/shared/auto/rro_overlay/CarServiceOverlay/AndroidManifest.xml
+++ b/shared/auto/rro_overlay/CarServiceOverlay/AndroidManifest.xml
@@ -17,7 +17,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.car.resources.cuttlefish">
<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"