Add regulation e-labels for Lynx

Bug: 240937964
Test: visual
Change-Id: I8170879b529a1f17e98397cbc189aa5d507b347e
(cherry picked from commit 093f54e976)
此提交包含在:
Yanting Yang
2023-01-18 16:46:08 +08:00
父節點 8bace53a5e
當前提交 be5134e09d
共有 11 個檔案被更改,包括 55 行新增1 行删除

查看文件

@@ -263,7 +263,10 @@ endif
# SKU specific RROs # SKU specific RROs
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
SettingsOverlayG82U8 SettingsOverlayG82U8 \
SettingsOverlayG0DZQ \
SettingsOverlayGHL1X \
SettingsOverlayGWKK3
# Biometrics virtual HAL for e2e testing # Biometrics virtual HAL for e2e testing
PRODUCT_PACKAGES_DEBUG += \ PRODUCT_PACKAGES_DEBUG += \

查看文件

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

未顯示二進位檔案。

之後

寬度:  |  高度:  |  大小: 371 KiB

未顯示二進位檔案。

之前

寬度:  |  高度:  |  大小: 230 KiB

之後

寬度:  |  高度:  |  大小: 950 KiB

查看文件

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

未顯示二進位檔案。

之後

寬度:  |  高度:  |  大小: 1.4 MiB

查看文件

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

未顯示二進位檔案。

之後

寬度:  |  高度:  |  大小: 220 KiB