Update regulation e-label for Raven am: f9ead5e36e am: 4c2a81957f am: 6f68f0f178 am: cb94a15add

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

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

View file

@ -184,7 +184,9 @@ PRODUCT_PROPERTY_OVERRIDES += \
# SKU specific RROs
PRODUCT_PACKAGES += \
SettingsOverlayGF5KQ
SettingsOverlayGF5KQ \
SettingsOverlayGLU0G \
SettingsOverlayG8V0U
# Trusty liboemcrypto.so
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/raviole/prebuilts

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 336 KiB

Before After
Before After

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 KiB