summaryrefslogtreecommitdiff
path: root/bramble
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-07-16 15:52:57 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-07-16 15:52:57 +0000
commitb337618c75e3790ccbaa7824b395866ded1237d0 (patch)
tree207c10b5fb27b0d9eaa0e83facfc668fadbe5594 /bramble
parent42884789e8257b21ca7ba55da55da67a93f6b043 (diff)
parent40a7ad482aca611c8357ccf25609a5ff33bd9e94 (diff)
downloadbramble-b337618c75e3790ccbaa7824b395866ded1237d0.tar.gz
Merge "Add regulation e-label for ROW SKU of Bramble" into rvc-d1-dev
Diffstat (limited to 'bramble')
-rw-r--r--bramble/overlay_packages/SettingsOverlayG025I/Android.bp4
-rw-r--r--bramble/overlay_packages/SettingsOverlayG025I/AndroidManifest.xml10
-rw-r--r--bramble/overlay_packages/SettingsOverlayG025I/res/drawable/regulatory_info.pngbin0 -> 158085 bytes
3 files changed, 14 insertions, 0 deletions
diff --git a/bramble/overlay_packages/SettingsOverlayG025I/Android.bp b/bramble/overlay_packages/SettingsOverlayG025I/Android.bp
new file mode 100644
index 0000000..11a4252
--- /dev/null
+++ b/bramble/overlay_packages/SettingsOverlayG025I/Android.bp
@@ -0,0 +1,4 @@
+runtime_resource_overlay {
+ name: "SettingsOverlayG025I",
+ product_specific: true,
+}
diff --git a/bramble/overlay_packages/SettingsOverlayG025I/AndroidManifest.xml b/bramble/overlay_packages/SettingsOverlayG025I/AndroidManifest.xml
new file mode 100644
index 0000000..4c63373
--- /dev/null
+++ b/bramble/overlay_packages/SettingsOverlayG025I/AndroidManifest.xml
@@ -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.g025i">
+ <application android:hasCode="false" />
+ <overlay android:targetPackage="com.android.settings"
+ android:requiredSystemPropertyName="ro.boot.hardware.sku"
+ android:requiredSystemPropertyValue="G025I"
+ android:isStatic="true"
+ android:priority="10" />
+</manifest>
diff --git a/bramble/overlay_packages/SettingsOverlayG025I/res/drawable/regulatory_info.png b/bramble/overlay_packages/SettingsOverlayG025I/res/drawable/regulatory_info.png
new file mode 100644
index 0000000..42583ec
--- /dev/null
+++ b/bramble/overlay_packages/SettingsOverlayG025I/res/drawable/regulatory_info.png
Binary files differ