Add initial MIC e-label for JP SKU of Oriole am: 24333156a4
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/14409537 Change-Id: Icb882cb5c5ed7f3581ae72fd37f7b22b86e8ff33
This commit is contained in:
commit
8526985d8f
4 changed files with 24 additions and 1 deletions
|
@ -90,7 +90,9 @@ PRODUCT_COPY_FILES += \
|
||||||
device/google/raviole/tts/es-es/es-es-x-multi-r23.zvoice:product/tts/google/es-es/es-es-x-multi-r23.zvoice
|
device/google/raviole/tts/es-es/es-es-x-multi-r23.zvoice:product/tts/google/es-es/es-es-x-multi-r23.zvoice
|
||||||
|
|
||||||
# PowerStats HAL
|
# PowerStats HAL
|
||||||
PRODUCT_SOONG_NAMESPACES += device/google/raviole/powerstats/oriole
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
|
device/google/raviole/powerstats/oriole \
|
||||||
|
device/google/raviole
|
||||||
|
|
||||||
# Keyboard bottom padding in dp for portrait mode
|
# Keyboard bottom padding in dp for portrait mode
|
||||||
PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.kb_pad_port_b=10
|
PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.kb_pad_port_b=10
|
||||||
|
@ -112,3 +114,7 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
NoCutoutOverlay \
|
NoCutoutOverlay \
|
||||||
AvoidAppsInCutoutOverlay
|
AvoidAppsInCutoutOverlay
|
||||||
|
|
||||||
|
# SKU specific RROs
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
SettingsOverlayGR1YH
|
||||||
|
|
8
oriole/overlay_packages/SettingsOverlayGR1YH/Android.bp
Normal file
8
oriole/overlay_packages/SettingsOverlayGR1YH/Android.bp
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
|
}
|
||||||
|
|
||||||
|
runtime_resource_overlay {
|
||||||
|
name: "SettingsOverlayGR1YH",
|
||||||
|
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.gr1yh">
|
||||||
|
<application android:hasCode="false" />
|
||||||
|
<overlay android:targetPackage="com.android.settings"
|
||||||
|
android:requiredSystemPropertyName="ro.boot.hardware.sku"
|
||||||
|
android:requiredSystemPropertyValue="GR1YH"
|
||||||
|
android:isStatic="true" />
|
||||||
|
</manifest>
|
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
Loading…
Add table
Add a link
Reference in a new issue