Update regulation e-label for Oriole am: b7ec16d6ae am: d327fd5469
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/15640410 Change-Id: If79ef90ce3c289b7d9ba9fba456bddd0491d1ce0
This commit is contained in:
commit
90bc1e3ac5
8 changed files with 37 additions and 1 deletions
|
@ -172,7 +172,9 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# SKU specific RROs
|
# SKU specific RROs
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
SettingsOverlayGR1YH
|
SettingsOverlayGR1YH \
|
||||||
|
SettingsOverlayGB7N6 \
|
||||||
|
SettingsOverlayG9S9B
|
||||||
|
|
||||||
# Fingerprint antispoof property
|
# Fingerprint antispoof property
|
||||||
PRODUCT_PRODUCT_PROPERTIES +=\
|
PRODUCT_PRODUCT_PROPERTIES +=\
|
||||||
|
|
8
oriole/overlay_packages/SettingsOverlayG9S9B/Android.bp
Normal file
8
oriole/overlay_packages/SettingsOverlayG9S9B/Android.bp
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
|
}
|
||||||
|
|
||||||
|
runtime_resource_overlay {
|
||||||
|
name: "SettingsOverlayG9S9B",
|
||||||
|
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.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 |
8
oriole/overlay_packages/SettingsOverlayGB7N6/Android.bp
Normal file
8
oriole/overlay_packages/SettingsOverlayGB7N6/Android.bp
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
|
}
|
||||||
|
|
||||||
|
runtime_resource_overlay {
|
||||||
|
name: "SettingsOverlayGB7N6",
|
||||||
|
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.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 |
Loading…
Add table
Add a link
Reference in a new issue