Merge "Add regulation e-label for TangorPro" into tm-qpr-dev am: f472721012 am: 265e4f0f8f

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

Change-Id: I2865916458e55f93f0a3b4ac4b8e8a0ee233ee24
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot 2023-01-05 07:39:07 +00:00 committed by Automerger Merge Worker
commit a70e5aeb43
4 changed files with 21 additions and 0 deletions

View file

@ -243,3 +243,7 @@ DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := device/google/tangorpro/device_fra
PRODUCT_COPY_FILES += \
device/google/tangorpro/public.libraries-google-tangorpro.txt:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/public.libraries-google.txt
# SKU specific RROs
PRODUCT_PACKAGES += \
SettingsOverlayGTU8P

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 992 KiB