Add regulation e-label for US SKU of Redfin

Add US SKU (GD1YQ) regulation e-label.

Bug: 150906311
Test: visual
Change-Id: I73fb31a8ffd57245bceefc2dbf39bb7d22354be3
This commit is contained in:
Yanting Yang
2020-07-14 21:12:50 +08:00
parent 919ea02a2d
commit 3298fa32a3
4 changed files with 14 additions and 0 deletions

View File

@@ -194,6 +194,7 @@ PRODUCT_PACKAGES += \
# SKU specific RROs
PRODUCT_PACKAGES += \
SettingsOverlayG5NZ6 \
SettingsOverlayGD1YQ \
SettingsOverlayGTT9Q
# Fingerprint HIDL

View File

@@ -0,0 +1,4 @@
runtime_resource_overlay {
name: "SettingsOverlayGD1YQ",
product_specific: true,
}

View File

@@ -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.gd1yq">
<application android:hasCode="false" />
<overlay android:targetPackage="com.android.settings"
android:requiredSystemPropertyName="ro.boot.hardware.sku"
android:requiredSystemPropertyValue="GD1YQ"
android:isStatic="true" />
</manifest>

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB