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/Android.bp | |
parent | f41aa988c7f4ae35c296c7ce9d6ab1a9908ef6e3 (diff) |
veux: overlay: Move to product partition
Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
Diffstat (limited to 'rro_overlays/SettingsOverlayVeux/Android.bp')
-rw-r--r-- | rro_overlays/SettingsOverlayVeux/Android.bp | 3 |
1 files changed, 1 insertions, 2 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 } |