Add regulation e-label for ROW SKU of Redfin

Add ROW SKU (GTT9Q) regulation e-label.

Bug: 150906311
Test: visual
Change-Id: Idb10919f750cd9e43c053019cf316eadc3f5425f
This commit is contained in:
Yanting Yang 2020-07-14 21:07:02 +08:00
parent c0bed9c86e
commit 919ea02a2d
4 changed files with 15 additions and 1 deletions

View File

@ -193,7 +193,8 @@ PRODUCT_PACKAGES += \
# SKU specific RROs
PRODUCT_PACKAGES += \
SettingsOverlayG5NZ6
SettingsOverlayG5NZ6 \
SettingsOverlayGTT9Q
# Fingerprint HIDL
include device/google/redfin/fingerprint.mk

View File

@ -0,0 +1,4 @@
runtime_resource_overlay {
name: "SettingsOverlayGTT9Q",
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.gtt9q">
<application android:hasCode="false" />
<overlay android:targetPackage="com.android.settings"
android:requiredSystemPropertyName="ro.boot.hardware.sku"
android:requiredSystemPropertyValue="GTT9Q"
android:isStatic="true" />
</manifest>

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB