Add regulation e-labels for F10.
Bug: 263742720
Test: visual
Change-Id: Ib328754d12d81f1eb26e64cfe9849cd74b067bbc
diff --git a/device-felix.mk b/device-felix.mk
index 2861266..00e54ec 100644
--- a/device-felix.mk
+++ b/device-felix.mk
@@ -250,7 +250,8 @@
# SKU specific RROs
PRODUCT_PACKAGES += \
- SettingsOverlayG0B96
+ SettingsOverlayG0B96 \
+ SettingsOverlayG9FPL
# Trusty liboemcrypto.so
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/felix/prebuilts
diff --git a/felix/overlay_packages/SettingsOverlayG0B96/res/drawable/regulatory_info.png b/felix/overlay_packages/SettingsOverlayG0B96/res/drawable/regulatory_info.png
index 1d04e6e..81d2764 100644
--- a/felix/overlay_packages/SettingsOverlayG0B96/res/drawable/regulatory_info.png
+++ b/felix/overlay_packages/SettingsOverlayG0B96/res/drawable/regulatory_info.png
Binary files differ
diff --git a/felix/overlay_packages/SettingsOverlayG9FPL/Android.bp b/felix/overlay_packages/SettingsOverlayG9FPL/Android.bp
new file mode 100644
index 0000000..c9270b2
--- /dev/null
+++ b/felix/overlay_packages/SettingsOverlayG9FPL/Android.bp
@@ -0,0 +1,8 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
+runtime_resource_overlay {
+ name: "SettingsOverlayG9FPL",
+ product_specific: true,
+}
diff --git a/felix/overlay_packages/SettingsOverlayG9FPL/AndroidManifest.xml b/felix/overlay_packages/SettingsOverlayG9FPL/AndroidManifest.xml
new file mode 100644
index 0000000..d065089
--- /dev/null
+++ b/felix/overlay_packages/SettingsOverlayG9FPL/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.g9fpl">
+ <application android:hasCode="false" />
+ <overlay android:targetPackage="com.android.settings"
+ android:requiredSystemPropertyName="ro.boot.hardware.sku"
+ android:requiredSystemPropertyValue="G9FPL"
+ android:isStatic="true" />
+</manifest>
diff --git a/felix/overlay_packages/SettingsOverlayG9FPL/res/drawable/regulatory_info.png b/felix/overlay_packages/SettingsOverlayG9FPL/res/drawable/regulatory_info.png
new file mode 100644
index 0000000..f69084e
--- /dev/null
+++ b/felix/overlay_packages/SettingsOverlayG9FPL/res/drawable/regulatory_info.png
Binary files differ