Snap for 7336869 from 296196c25b
to sc-v2-release
Change-Id: Ieee1ba55c06868c3f5a567da6b0bd9ee1c0b6e91
This commit is contained in:
commit
ec305ad298
10 changed files with 37 additions and 14 deletions
Binary file not shown.
Binary file not shown.
|
@ -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
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
# Load device specific kernel modules
|
# Load device specific kernel modules
|
||||||
# Modules here will be loaded *after* all common modules
|
# Modules here will be loaded *after* all common modules
|
||||||
insmod|/vendor/lib/modules/bcmdhd4389.ko
|
modprobe|bcmdhd4389.ko
|
||||||
modprobe|ftm5.ko
|
modprobe|ftm5.ko
|
||||||
modprobe|sec_touch.ko
|
modprobe|sec_touch.ko
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
# Load device specific kernel modules
|
# Load device specific kernel modules
|
||||||
# Modules here will be loaded *after* all common modules
|
# Modules here will be loaded *after* all common modules
|
||||||
insmod|/vendor/lib/modules/bcmdhd4389.ko
|
modprobe|bcmdhd4389.ko
|
||||||
modprobe|sec_touch.ko
|
modprobe|sec_touch.ko
|
||||||
|
|
||||||
# All device specific modules loaded
|
# All device specific modules loaded
|
||||||
|
|
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
# Load device specific kernel modules
|
# Load device specific kernel modules
|
||||||
# Modules here will be loaded *after* all common modules
|
# Modules here will be loaded *after* all common modules
|
||||||
insmod|/vendor/lib/modules/bcmdhd43752.ko
|
modprobe|bcmdhd43752.ko
|
||||||
insmod|/vendor/lib/modules/bcmdhd4389.ko
|
modprobe|bcmdhd4389.ko
|
||||||
insmod|/vendor/lib/modules/snd-soc-cs35l41-spi.ko
|
modprobe|snd-soc-cs35l41-spi.ko
|
||||||
insmod|/vendor/lib/modules/ftm5.ko
|
modprobe|ftm5.ko
|
||||||
insmod|/vendor/lib/modules/haptics-cs40l2x.ko
|
modprobe|haptics-cs40l2x.ko
|
||||||
insmod|/vendor/lib/modules/st33spi.ko
|
modprobe|st33spi.ko
|
||||||
insmod|/vendor/lib/modules/st54spi.ko
|
modprobe|st54spi.ko
|
||||||
|
|
||||||
# Wait for any asynchronous work to complete
|
# Wait for any asynchronous work to complete
|
||||||
wait|/sys/class/leds/vibrator
|
wait|/sys/class/leds/vibrator
|
||||||
|
|
|
@ -6,10 +6,10 @@
|
||||||
|
|
||||||
# Load device specific kernel modules
|
# Load device specific kernel modules
|
||||||
# Modules here will be loaded *after* all common modules
|
# Modules here will be loaded *after* all common modules
|
||||||
insmod|/vendor/lib/modules/bcmdhd43752.ko
|
modprobe|bcmdhd43752.ko
|
||||||
insmod|/vendor/lib/modules/snd-soc-cs35l41-i2c.ko
|
modprobe|snd-soc-cs35l41-i2c.ko
|
||||||
insmod|/vendor/lib/modules/drv2624.ko
|
modprobe|drv2624.ko
|
||||||
insmod|/vendor/lib/modules/sec_touch.ko
|
modprobe|sec_touch.ko
|
||||||
|
|
||||||
# All device specific modules loaded
|
# All device specific modules loaded
|
||||||
setprop|vendor.device.modules.ready
|
setprop|vendor.device.modules.ready
|
||||||
|
|
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