Snap for 7336869 from 296196c25b to sc-v2-release

Change-Id: Ieee1ba55c06868c3f5a567da6b0bd9ee1c0b6e91
This commit is contained in:
android-build-team Robot 2021-05-05 01:02:25 +00:00
commit ec305ad298
10 changed files with 37 additions and 14 deletions

View file

@ -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
# 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
PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.kb_pad_port_b=10
@ -112,3 +114,7 @@ PRODUCT_VENDOR_PROPERTIES += \
PRODUCT_PACKAGES += \
NoCutoutOverlay \
AvoidAppsInCutoutOverlay
# SKU specific RROs
PRODUCT_PACKAGES += \
SettingsOverlayGR1YH

View file

@ -6,7 +6,7 @@
# Load device specific kernel modules
# Modules here will be loaded *after* all common modules
insmod|/vendor/lib/modules/bcmdhd4389.ko
modprobe|bcmdhd4389.ko
modprobe|ftm5.ko
modprobe|sec_touch.ko

View file

@ -6,7 +6,7 @@
# Load device specific kernel modules
# Modules here will be loaded *after* all common modules
insmod|/vendor/lib/modules/bcmdhd4389.ko
modprobe|bcmdhd4389.ko
modprobe|sec_touch.ko
# All device specific modules loaded

View file

@ -6,13 +6,13 @@
# Load device specific kernel modules
# Modules here will be loaded *after* all common modules
insmod|/vendor/lib/modules/bcmdhd43752.ko
insmod|/vendor/lib/modules/bcmdhd4389.ko
insmod|/vendor/lib/modules/snd-soc-cs35l41-spi.ko
insmod|/vendor/lib/modules/ftm5.ko
insmod|/vendor/lib/modules/haptics-cs40l2x.ko
insmod|/vendor/lib/modules/st33spi.ko
insmod|/vendor/lib/modules/st54spi.ko
modprobe|bcmdhd43752.ko
modprobe|bcmdhd4389.ko
modprobe|snd-soc-cs35l41-spi.ko
modprobe|ftm5.ko
modprobe|haptics-cs40l2x.ko
modprobe|st33spi.ko
modprobe|st54spi.ko
# Wait for any asynchronous work to complete
wait|/sys/class/leds/vibrator

View file

@ -6,10 +6,10 @@
# Load device specific kernel modules
# Modules here will be loaded *after* all common modules
insmod|/vendor/lib/modules/bcmdhd43752.ko
insmod|/vendor/lib/modules/snd-soc-cs35l41-i2c.ko
insmod|/vendor/lib/modules/drv2624.ko
insmod|/vendor/lib/modules/sec_touch.ko
modprobe|bcmdhd43752.ko
modprobe|snd-soc-cs35l41-i2c.ko
modprobe|drv2624.ko
modprobe|sec_touch.ko
# All device specific modules loaded
setprop|vendor.device.modules.ready

View file

@ -0,0 +1,8 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
runtime_resource_overlay {
name: "SettingsOverlayGR1YH",
product_specific: true,
}

View file

@ -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