Snap for 7290908 from df1d8bf9e1 to tm-release

Change-Id: I749d3a9578b766b75cf9dc44d6bcbc8c29b724cc
This commit is contained in:
android-build-team Robot 2021-04-17 05:01:10 +00:00
commit 4cb0730ae9
3 changed files with 15 additions and 0 deletions

View file

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

View file

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

View file

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