Add regulation e-labels of B3
Add labels for GB62Z(VzW mmWave), GX7AS(ROW Sub6), G1AZG(EU Sub6) and GB17L(JP Sub6) Bug: 204885051 Test: visual Change-Id: I45dd6ddb9e69f1bff23c8a31ac47deafcc2312f7
This commit is contained in:
parent
9f067aae85
commit
b74419ba77
11 changed files with 55 additions and 1 deletions
8
bluejay/overlay_packages/SettingsOverlayG1AZG/Android.bp
Normal file
8
bluejay/overlay_packages/SettingsOverlayG1AZG/Android.bp
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
|
}
|
||||||
|
|
||||||
|
runtime_resource_overlay {
|
||||||
|
name: "SettingsOverlayG1AZG",
|
||||||
|
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.g1azg">
|
||||||
|
<application android:hasCode="false" />
|
||||||
|
<overlay android:targetPackage="com.android.settings"
|
||||||
|
android:requiredSystemPropertyName="ro.boot.hardware.sku"
|
||||||
|
android:requiredSystemPropertyValue="G1AZG"
|
||||||
|
android:isStatic="true" />
|
||||||
|
</manifest>
|
Binary file not shown.
After Width: | Height: | Size: 222 KiB |
Binary file not shown.
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 756 KiB |
8
bluejay/overlay_packages/SettingsOverlayGB62Z/Android.bp
Normal file
8
bluejay/overlay_packages/SettingsOverlayGB62Z/Android.bp
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
|
}
|
||||||
|
|
||||||
|
runtime_resource_overlay {
|
||||||
|
name: "SettingsOverlayGB62Z",
|
||||||
|
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.gb62z">
|
||||||
|
<application android:hasCode="false" />
|
||||||
|
<overlay android:targetPackage="com.android.settings"
|
||||||
|
android:requiredSystemPropertyName="ro.boot.hardware.sku"
|
||||||
|
android:requiredSystemPropertyValue="GB62Z"
|
||||||
|
android:isStatic="true" />
|
||||||
|
</manifest>
|
Binary file not shown.
After Width: | Height: | Size: 148 KiB |
8
bluejay/overlay_packages/SettingsOverlayGX7AS/Android.bp
Normal file
8
bluejay/overlay_packages/SettingsOverlayGX7AS/Android.bp
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
|
}
|
||||||
|
|
||||||
|
runtime_resource_overlay {
|
||||||
|
name: "SettingsOverlayGX7AS",
|
||||||
|
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.gx7as">
|
||||||
|
<application android:hasCode="false" />
|
||||||
|
<overlay android:targetPackage="com.android.settings"
|
||||||
|
android:requiredSystemPropertyName="ro.boot.hardware.sku"
|
||||||
|
android:requiredSystemPropertyValue="GX7AS"
|
||||||
|
android:isStatic="true" />
|
||||||
|
</manifest>
|
Binary file not shown.
After Width: | Height: | Size: 924 KiB |
|
@ -182,7 +182,10 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# SKU specific RROs
|
# SKU specific RROs
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
SettingsOverlayGB17L
|
SettingsOverlayGB17L \
|
||||||
|
SettingsOverlayG1AZG \
|
||||||
|
SettingsOverlayGB62Z \
|
||||||
|
SettingsOverlayGX7AS
|
||||||
|
|
||||||
# Set support hide display cutout feature
|
# Set support hide display cutout feature
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue