Snap for 7223915 from f4f957aa94
to sc-v2-release
Change-Id: Ic0a03120343ade03b2fb6eaa13423d048f312f66
This commit is contained in:
commit
08f7e2bd5f
4 changed files with 11 additions and 0 deletions
|
@ -31,6 +31,10 @@ on fs
|
|||
# Start the twoshay touch service
|
||||
start twoshay
|
||||
|
||||
# LHBM
|
||||
# FIXME(b/183223359): Only grant write access to SystemUI.
|
||||
chmod 0666 /sys/class/drm/card0/card0-DSI-1/panel/backlight/panel0-backlight/local_hbm_mode
|
||||
|
||||
# Toggle glove_mode according to touch_sensitivity_mode
|
||||
on property:persist.vendor.touch_sensitivity_mode=0 && property:sys.boot_completed=1
|
||||
write /sys/class/spi_master/spi11/spi11.0/glove_mode 00
|
||||
|
|
|
@ -31,6 +31,10 @@ on fs
|
|||
# Face
|
||||
exec_background - system shell -- /vendor/bin/trusty_apploader /vendor/firmware/faceauth.app
|
||||
|
||||
# LHBM
|
||||
# FIXME(b/183223359): Only grant write access to SystemUI.
|
||||
chmod 0666 /sys/class/drm/card0/card0-DSI-1/panel/backlight/panel0-backlight/local_hbm_mode
|
||||
|
||||
on property:mfgapi.touchpanel.permission=1
|
||||
chmod 0600 /sys/devices/virtual/sec/tsp/cmd
|
||||
chown system system /sys/devices/virtual/sec/tsp/cmd
|
||||
|
|
|
@ -26,6 +26,7 @@ $(call inherit-product-if-exists, vendor/google/camera/devices/raviole/oriole/de
|
|||
DEVICE_PACKAGE_OVERLAYS += device/google/raviole/oriole/overlay
|
||||
|
||||
include device/google/gs101/device-shipping-common.mk
|
||||
include device/google/gs101/fingerprint/udfps.mk
|
||||
include device/google/raviole/audio/oriole/audio-tables.mk
|
||||
include hardware/google/pixel/vibrator/cs40l25/device.mk
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@ $(call inherit-product-if-exists, vendor/google/camera/devices/raviole/raven/dev
|
|||
DEVICE_PACKAGE_OVERLAYS += device/google/raviole/raven/overlay
|
||||
|
||||
include device/google/gs101/device-shipping-common.mk
|
||||
include device/google/gs101/fingerprint/udfps.mk
|
||||
ifeq ($(filter factory_raven, $(TARGET_PRODUCT)),)
|
||||
include device/google/gs101/uwb/uwb.mk
|
||||
endif
|
||||
|
@ -33,6 +34,7 @@ include device/google/raviole/audio/raven/audio-tables.mk
|
|||
include hardware/google/pixel/vibrator/cs40l25/device.mk
|
||||
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.support_kernel_idle_timer=true
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.enable_frame_rate_override=true
|
||||
|
||||
# Init files
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue