Snap for 7290612 from cb7d8ddca3
to sc-v2-release
Change-Id: I5ddbe5a589df2c79a7bfe3d2fba087a391d00e20
This commit is contained in:
commit
9698b29f90
3 changed files with 15 additions and 0 deletions
|
@ -38,6 +38,9 @@ on fs
|
|||
# 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
|
||||
|
||||
# Start the twoshay touch service
|
||||
start twoshay
|
||||
|
||||
on property:ro.revision=PROTO1.0
|
||||
setprop persist.fingerprint.ghbm true
|
||||
|
||||
|
|
|
@ -95,3 +95,9 @@ PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.kb_pad_port_b=10
|
|||
|
||||
# Display LBE
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1
|
||||
|
||||
# userdebug specific
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/gs101/init.hardware.wlc.rc.userdebug:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.$(PRODUCT_PLATFORM).wlc.rc
|
||||
endif
|
||||
|
|
|
@ -93,3 +93,9 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1
|
|||
|
||||
# PowerStats HAL
|
||||
PRODUCT_SOONG_NAMESPACES += device/google/raviole/powerstats/raven
|
||||
|
||||
# userdebug specific
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/gs101/init.hardware.wlc.rc.userdebug:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.$(PRODUCT_PLATFORM).wlc.rc
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue