[DO NOT MERGE] Add regulation e-labels for Lynx am: 093f54e976
Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/21351238 Change-Id: I02fe24e4c87dfb6c4da7a57b80f290cf8fb85912 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
c1f95fbd14
@ -269,4 +269,8 @@ endif
|
||||
|
||||
# SKU specific RROs
|
||||
PRODUCT_PACKAGES += \
|
||||
SettingsOverlayG82U8
|
||||
SettingsOverlayG82U8 \
|
||||
SettingsOverlayG0DZQ \
|
||||
SettingsOverlayGHL1X \
|
||||
SettingsOverlayGWKK3
|
||||
|
||||
|
8
lynx/overlay_packages/SettingsOverlayG0DZQ/Android.bp
Normal file
8
lynx/overlay_packages/SettingsOverlayG0DZQ/Android.bp
Normal file
@ -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>
|
Binary file not shown.
After Width: | Height: | Size: 371 KiB |
Binary file not shown.
Before Width: | Height: | Size: 230 KiB After Width: | Height: | Size: 950 KiB |
8
lynx/overlay_packages/SettingsOverlayGHL1X/Android.bp
Normal file
8
lynx/overlay_packages/SettingsOverlayGHL1X/Android.bp
Normal file
@ -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>
|
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
8
lynx/overlay_packages/SettingsOverlayGWKK3/Android.bp
Normal file
8
lynx/overlay_packages/SettingsOverlayGWKK3/Android.bp
Normal file
@ -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>
|
Binary file not shown.
After Width: | Height: | Size: 220 KiB |
Loading…
Reference in New Issue
Block a user