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:
parent
c0bed9c86e
commit
919ea02a2d
|
@ -193,7 +193,8 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# SKU specific RROs
|
||||
PRODUCT_PACKAGES += \
|
||||
SettingsOverlayG5NZ6
|
||||
SettingsOverlayG5NZ6 \
|
||||
SettingsOverlayGTT9Q
|
||||
|
||||
# Fingerprint HIDL
|
||||
include device/google/redfin/fingerprint.mk
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
runtime_resource_overlay {
|
||||
name: "SettingsOverlayGTT9Q",
|
||||
product_specific: true,
|
||||
}
|
|
@ -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 |
Loading…
Reference in New Issue