Add regulation e-label for NA SKU of Bramble

Add NA SKU (G025E) regulation e-label.

Fixes: 150907185
Test: visual
Change-Id: Ie72d6285ec8674031ef55bdc3b9de9b5dc548fd2
This commit is contained in:
Yanting Yang
2020-08-07 14:25:57 +08:00
parent e37aaf0361
commit 4f3f60677c
4 changed files with 16 additions and 1 deletions

View File

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

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.settings.overlay.g025e">
<application android:hasCode="false" />
<overlay android:targetPackage="com.android.settings"
android:requiredSystemPropertyName="ro.boot.hardware.sku"
android:requiredSystemPropertyValue="G025E"
android:isStatic="true"
android:priority="10" />
</manifest>

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

View File

@@ -192,4 +192,5 @@ PRODUCT_PACKAGES += \
SettingsOverlayG025H \
FrameworkOverlayG6QU3 \
SettingsOverlayG025I \
SettingsOverlayG6QU3
SettingsOverlayG6QU3 \
SettingsOverlayG025E