summaryrefslogtreecommitdiff
path: root/emulator/cluster
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/cluster')
-rw-r--r--emulator/cluster/rro_overlays/CarServiceOverlay/Android.bp7
-rw-r--r--emulator/cluster/rro_overlays/CarServiceOverlay/AndroidManifest.xml2
-rw-r--r--emulator/cluster/rro_overlays/CarServiceOverlay_OsDouble/AndroidManifest.xml2
3 files changed, 2 insertions, 9 deletions
diff --git a/emulator/cluster/rro_overlays/CarServiceOverlay/Android.bp b/emulator/cluster/rro_overlays/CarServiceOverlay/Android.bp
index e4a1425..22fc331 100644
--- a/emulator/cluster/rro_overlays/CarServiceOverlay/Android.bp
+++ b/emulator/cluster/rro_overlays/CarServiceOverlay/Android.bp
@@ -25,10 +25,3 @@ runtime_resource_overlay {
sdk_version: "current",
product_specific: true
}
-
-override_runtime_resource_overlay {
- name: "CarServiceOverlayEmulatorGoogle",
- base: "CarServiceOverlayEmulator",
- package_name: "com.google.android.car.resources.emulator",
- target_package_name: "com.google.android.car.updatable",
-}
diff --git a/emulator/cluster/rro_overlays/CarServiceOverlay/AndroidManifest.xml b/emulator/cluster/rro_overlays/CarServiceOverlay/AndroidManifest.xml
index ce23b9c..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="0"
+ <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 c1b801a..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="0"
+ <overlay android:priority="5001"
android:targetPackage="com.android.car.updatable"
android:targetName="CarServiceCustomization"
android:resourcesMap="@xml/overlays"