Merge "Add regulation e-label for NA SKU of Bramble" into rvc-d1-dev am: 680bd6908c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/bramble/+/12329965 Change-Id: I000745ada03fc51a5f29ee4b447847cdf6efbcce
This commit is contained in:
4
bramble/overlay_packages/SettingsOverlayG025E/Android.bp
Normal file
4
bramble/overlay_packages/SettingsOverlayG025E/Android.bp
Normal file
@@ -0,0 +1,4 @@
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsOverlayG025E",
|
||||
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.g025e">
|
||||
<application android:hasCode="false" />
|
||||
<overlay android:targetPackage="com.android.settings"
|
||||
android:requiredSystemPropertyName="ro.boot.hardware.sku"
|
||||
android:requiredSystemPropertyValue="G025E"
|
||||
android:isStatic="true"
|
||||
android:priority="10" />
|
||||
</manifest>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 171 KiB |
@@ -192,4 +192,5 @@ PRODUCT_PACKAGES += \
|
||||
SettingsOverlayG025H \
|
||||
FrameworkOverlayG6QU3 \
|
||||
SettingsOverlayG025I \
|
||||
SettingsOverlayG6QU3
|
||||
SettingsOverlayG6QU3 \
|
||||
SettingsOverlayG025E
|
||||
|
||||
Reference in New Issue
Block a user