Add initial MIC e-label for JP SKU of Oriole

Bug: 182864706
Test: visual
Change-Id: I1878bd6aacfed834d618d88d325d530098d1ce27
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 @@
 	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_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 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="com.android.settings.overlay.gr1yh">
+    <application android:hasCode="false" />
+    <overlay android:targetPackage="com.android.settings"
+             android:requiredSystemPropertyName="ro.boot.hardware.sku"
+             android:requiredSystemPropertyValue="GR1YH"
+             android:isStatic="true" />
+</manifest>
\ 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
--- /dev/null
+++ b/oriole/overlay_packages/SettingsOverlayGR1YH/res/drawable/regulatory_info.png
Binary files differ