Merge "Add regulation e-labels for F10." into tm-qpr-dev am: 7214e6edf7
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/22346322 Change-Id: I7a05e5e8f16825a74be4dfaa8e775feb04dced17 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
6ada70f8d4
5 changed files with 19 additions and 1 deletions
|
@ -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 |
8
felix/overlay_packages/SettingsOverlayG9FPL/Android.bp
Normal file
8
felix/overlay_packages/SettingsOverlayG9FPL/Android.bp
Normal file
|
@ -0,0 +1,8 @@
|
|||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsOverlayG9FPL",
|
||||
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.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 |
Loading…
Add table
Add a link
Reference in a new issue