Merge "Add regulation e-labels for F10." into tm-qpr-dev

This commit is contained in:
Kelly Zhang 2023-03-30 06:49:21 +00:00 committed by Android (Google) Code Review
commit 7214e6edf7
5 changed files with 19 additions and 1 deletions

View file

@ -250,7 +250,8 @@ PRODUCT_VENDOR_PROPERTIES += \
# SKU specific RROs
PRODUCT_PACKAGES += \
SettingsOverlayG0B96
SettingsOverlayG0B96 \
SettingsOverlayG9FPL
# Trusty liboemcrypto.so
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/felix/prebuilts

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 KiB

After

Width:  |  Height:  |  Size: 930 KiB

Before After
Before After

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 928 KiB