Update regulation e-label for Raven am: f9ead5e36e am: 7aeb761457
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/15640412 Change-Id: I7f7e7218f2a6b6672822bf5f39cfcc8a45b5182a
This commit is contained in:
commit
22e0c99005
8 changed files with 37 additions and 1 deletions
|
@ -184,7 +184,9 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
|
||||
# SKU specific RROs
|
||||
PRODUCT_PACKAGES += \
|
||||
SettingsOverlayGF5KQ
|
||||
SettingsOverlayGF5KQ \
|
||||
SettingsOverlayGLU0G \
|
||||
SettingsOverlayG8V0U
|
||||
|
||||
# Trusty liboemcrypto.so
|
||||
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/raviole/prebuilts
|
||||
|
|
8
raven/overlay_packages/SettingsOverlayG8V0U/Android.bp
Normal file
8
raven/overlay_packages/SettingsOverlayG8V0U/Android.bp
Normal file
|
@ -0,0 +1,8 @@
|
|||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsOverlayG8V0U",
|
||||
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.g8v0u">
|
||||
<application android:hasCode="false" />
|
||||
<overlay android:targetPackage="com.android.settings"
|
||||
android:requiredSystemPropertyName="ro.boot.hardware.sku"
|
||||
android:requiredSystemPropertyValue="G8V0U"
|
||||
android:isStatic="true" />
|
||||
</manifest>
|
Binary file not shown.
After Width: | Height: | Size: 377 KiB |
Binary file not shown.
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 336 KiB |
8
raven/overlay_packages/SettingsOverlayGLU0G/Android.bp
Normal file
8
raven/overlay_packages/SettingsOverlayGLU0G/Android.bp
Normal file
|
@ -0,0 +1,8 @@
|
|||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsOverlayGLU0G",
|
||||
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.glu0g">
|
||||
<application android:hasCode="false" />
|
||||
<overlay android:targetPackage="com.android.settings"
|
||||
android:requiredSystemPropertyName="ro.boot.hardware.sku"
|
||||
android:requiredSystemPropertyValue="GLU0G"
|
||||
android:isStatic="true" />
|
||||
</manifest>
|
Binary file not shown.
After Width: | Height: | Size: 390 KiB |
Loading…
Add table
Add a link
Reference in a new issue