diff options
author | Ahmad Rulim <personal@rulim34.dev> | 2022-12-31 21:51:16 +0700 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-05 22:04:15 +0530 |
commit | 0be2f0d3f718e7d7b0728af775913bdc0c3777e7 (patch) | |
tree | e479efc2a5401852789a74e7181bc89e04aa0d51 /rro_overlays/SettingsOverlayVeux | |
parent | f41aa988c7f4ae35c296c7ce9d6ab1a9908ef6e3 (diff) |
veux: overlay: Move to product partition
Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
Diffstat (limited to 'rro_overlays/SettingsOverlayVeux')
-rw-r--r-- | rro_overlays/SettingsOverlayVeux/Android.bp | 3 | ||||
-rw-r--r-- | rro_overlays/SettingsOverlayVeux/AndroidManifest.xml | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/rro_overlays/SettingsOverlayVeux/Android.bp b/rro_overlays/SettingsOverlayVeux/Android.bp index 4c96e2f..cdd5955 100644 --- a/rro_overlays/SettingsOverlayVeux/Android.bp +++ b/rro_overlays/SettingsOverlayVeux/Android.bp @@ -17,6 +17,5 @@ runtime_resource_overlay { name: "SettingsOverlayVeux", sdk_version: "current", - resource_dirs: ["res"], - vendor: true, + product_specific: true } diff --git a/rro_overlays/SettingsOverlayVeux/AndroidManifest.xml b/rro_overlays/SettingsOverlayVeux/AndroidManifest.xml index 61e91b9..477a038 100644 --- a/rro_overlays/SettingsOverlayVeux/AndroidManifest.xml +++ b/rro_overlays/SettingsOverlayVeux/AndroidManifest.xml @@ -12,9 +12,9 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.settings.overlay.veux"> + <application android:hasCode="false" /> - <overlay - android:targetPackage="com.android.settings" - android:isStatic="true" - android:priority="1"/> + <overlay android:targetPackage="com.android.settings" + android:isStatic="true" + android:priority="1"/> </manifest> |