mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-02-01 11:26:33 +00:00
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:
@@ -193,7 +193,8 @@ PRODUCT_PACKAGES += \
|
||||
|
||||
# SKU specific RROs
|
||||
PRODUCT_PACKAGES += \
|
||||
SettingsOverlayG5NZ6
|
||||
SettingsOverlayG5NZ6 \
|
||||
SettingsOverlayGTT9Q
|
||||
|
||||
# Fingerprint HIDL
|
||||
include device/google/redfin/fingerprint.mk
|
||||
|
||||
4
redfin/overlay_packages/SettingsOverlayGTT9Q/Android.bp
Normal file
4
redfin/overlay_packages/SettingsOverlayGTT9Q/Android.bp
Normal file
@@ -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 |
Reference in New Issue
Block a user