diff --git a/device-oriole.mk b/device-oriole.mk index e8e1bca..4443e6e 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -90,7 +90,9 @@ PRODUCT_COPY_FILES += \ device/google/raviole/tts/es-es/es-es-x-multi-r23.zvoice:product/tts/google/es-es/es-es-x-multi-r23.zvoice # PowerStats HAL -PRODUCT_SOONG_NAMESPACES += device/google/raviole/powerstats/oriole +PRODUCT_SOONG_NAMESPACES += \ + device/google/raviole/powerstats/oriole \ + device/google/raviole # Keyboard bottom padding in dp for portrait mode PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.kb_pad_port_b=10 @@ -112,3 +114,7 @@ PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_PACKAGES += \ NoCutoutOverlay \ AvoidAppsInCutoutOverlay + +# SKU specific RROs +PRODUCT_PACKAGES += \ + SettingsOverlayGR1YH diff --git a/oriole/overlay_packages/SettingsOverlayGR1YH/Android.bp b/oriole/overlay_packages/SettingsOverlayGR1YH/Android.bp new file mode 100644 index 0000000..736ec56 --- /dev/null +++ b/oriole/overlay_packages/SettingsOverlayGR1YH/Android.bp @@ -0,0 +1,8 @@ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + +runtime_resource_overlay { + name: "SettingsOverlayGR1YH", + product_specific: true, +} diff --git a/oriole/overlay_packages/SettingsOverlayGR1YH/AndroidManifest.xml b/oriole/overlay_packages/SettingsOverlayGR1YH/AndroidManifest.xml new file mode 100644 index 0000000..6ba2577 --- /dev/null +++ b/oriole/overlay_packages/SettingsOverlayGR1YH/AndroidManifest.xml @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/oriole/overlay_packages/SettingsOverlayGR1YH/res/drawable/regulatory_info.png b/oriole/overlay_packages/SettingsOverlayGR1YH/res/drawable/regulatory_info.png new file mode 100644 index 0000000..67fb97b Binary files /dev/null and b/oriole/overlay_packages/SettingsOverlayGR1YH/res/drawable/regulatory_info.png differ