Update regulation e-label for Oriole am: b7ec16d6ae am: db0428bfd5 am: 463641f4d2 am: aea1efbc52

Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/15640410

Change-Id: I425564597967cfa05c6abb0ffda5e19dafc1cbd2
This commit is contained in:
Yanting Yang 2021-08-23 12:30:44 +00:00 committed by Automerger Merge Worker
commit d9e42948d2
8 changed files with 37 additions and 1 deletions

View file

@ -172,7 +172,9 @@ PRODUCT_PACKAGES += \
# SKU specific RROs
PRODUCT_PACKAGES += \
SettingsOverlayGR1YH
SettingsOverlayGR1YH \
SettingsOverlayGB7N6 \
SettingsOverlayG9S9B
# Fingerprint antispoof property
PRODUCT_PRODUCT_PROPERTIES +=\

View file

@ -0,0 +1,8 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
runtime_resource_overlay {
name: "SettingsOverlayG9S9B",
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.g9s9b">
<application android:hasCode="false" />
<overlay android:targetPackage="com.android.settings"
android:requiredSystemPropertyName="ro.boot.hardware.sku"
android:requiredSystemPropertyValue="G9S9B"
android:isStatic="true" />
</manifest>

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

View file

@ -0,0 +1,8 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
runtime_resource_overlay {
name: "SettingsOverlayGB7N6",
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.gb7n6">
<application android:hasCode="false" />
<overlay android:targetPackage="com.android.settings"
android:requiredSystemPropertyName="ro.boot.hardware.sku"
android:requiredSystemPropertyValue="GB7N6"
android:isStatic="true" />
</manifest>

Binary file not shown.

After

Width:  |  Height:  |  Size: 561 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 364 KiB

Before After
Before After