Add regulation e-labels for C10 and P10 am: a1a786582a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/19205913 Change-Id: I00b8a75f1bab67e1a75451f92d965f475bbdb640 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
8
cheetah/overlay_packages/SettingsOverlayGE2AE/Android.bp
Normal file
|
@ -0,0 +1,8 @@
|
|||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsOverlayGE2AE",
|
||||
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.ge2ae">
|
||||
<application android:hasCode="false" />
|
||||
<overlay android:targetPackage="com.android.settings"
|
||||
android:requiredSystemPropertyName="ro.boot.hardware.sku"
|
||||
android:requiredSystemPropertyValue="GE2AE"
|
||||
android:isStatic="true" />
|
||||
</manifest>
|
After Width: | Height: | Size: 1,011 KiB |
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 828 KiB |
8
cheetah/overlay_packages/SettingsOverlayGP4BC/Android.bp
Normal file
|
@ -0,0 +1,8 @@
|
|||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsOverlayGP4BC",
|
||||
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.gp4bc">
|
||||
<application android:hasCode="false" />
|
||||
<overlay android:targetPackage="com.android.settings"
|
||||
android:requiredSystemPropertyName="ro.boot.hardware.sku"
|
||||
android:requiredSystemPropertyValue="GP4BC"
|
||||
android:isStatic="true" />
|
||||
</manifest>
|
After Width: | Height: | Size: 1.2 MiB |
|
@ -259,7 +259,9 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# SKU specific RROs
|
||||
PRODUCT_PACKAGES += \
|
||||
SettingsOverlayGFE4J
|
||||
SettingsOverlayGFE4J \
|
||||
SettingsOverlayGE2AE \
|
||||
SettingsOverlayGP4BC
|
||||
|
||||
# Bluetooth LE Audio
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
|
|
|
@ -247,7 +247,10 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# SKU specific RROs
|
||||
PRODUCT_PACKAGES += \
|
||||
SettingsOverlayG03Z5
|
||||
SettingsOverlayG03Z5 \
|
||||
SettingsOverlayGQML3 \
|
||||
SettingsOverlayGVU6C \
|
||||
SettingsOverlayGVU6C_VN
|
||||
|
||||
# Bluetooth LE Audio
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
|
|
Before Width: | Height: | Size: 163 KiB After Width: | Height: | Size: 861 KiB |
8
panther/overlay_packages/SettingsOverlayGQML3/Android.bp
Normal file
|
@ -0,0 +1,8 @@
|
|||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsOverlayGQML3",
|
||||
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.gqml3">
|
||||
<application android:hasCode="false" />
|
||||
<overlay android:targetPackage="com.android.settings"
|
||||
android:requiredSystemPropertyName="ro.boot.hardware.sku"
|
||||
android:requiredSystemPropertyValue="GQML3"
|
||||
android:isStatic="true" />
|
||||
</manifest>
|
After Width: | Height: | Size: 419 KiB |
8
panther/overlay_packages/SettingsOverlayGVU6C/Android.bp
Normal file
|
@ -0,0 +1,8 @@
|
|||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsOverlayGVU6C",
|
||||
product_specific: true,
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.settings.overlay.gvu6c">
|
||||
<application android:hasCode="false" />
|
||||
<overlay android:targetPackage="com.android.settings"
|
||||
android:requiredSystemPropertyName="ro.boot.hardware.sku"
|
||||
android:requiredSystemPropertyValue="GVU6C"
|
||||
android:isStatic="true"
|
||||
android:priority="0" />
|
||||
</manifest>
|
After Width: | Height: | Size: 2.1 MiB |
|
@ -0,0 +1,8 @@
|
|||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsOverlayGVU6C_VN",
|
||||
product_specific: true,
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.settings.overlay.gvu6c_vn">
|
||||
<application android:hasCode="false" />
|
||||
<overlay android:targetPackage="com.android.settings"
|
||||
android:requiredSystemPropertyName="ro.boot.hardware.sku,ro.boot.hardware.coo"
|
||||
android:requiredSystemPropertyValue="GVU6C,VN"
|
||||
android:isStatic="true"
|
||||
android:priority="1" />
|
||||
</manifest>
|
After Width: | Height: | Size: 1.2 MiB |