Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eda7022e authored by Michael Bestas's avatar Michael Bestas Committed by Ashwin Prakash
Browse files

avicii: DT2W: Set node via soong_config



- TARGET_TAP_TO_WAKE_NODE is deprecated

Signed-off-by: default avatarAshwinRC <ashwinrc@murena.io>
parent 509d76c6
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -143,9 +143,6 @@ TARGET_COPY_OUT_PRODUCT := product
TARGET_COPY_OUT_SYSTEM_EXT := system_ext
TARGET_COPY_OUT_VENDOR := vendor

# Power
TARGET_TAP_TO_WAKE_NODE := "/proc/touchpanel/double_tap_enable"

# Recovery
BOARD_INCLUDE_DTB_IN_BOOTIMG := true
BOARD_INCLUDE_RECOVERY_DTBO := true
+2 −0
Original line number Diff line number Diff line
@@ -328,6 +328,8 @@ PRODUCT_PACKAGES += \
    android.hardware.power@1.2.vendor \
    vendor.qti.hardware.perf@2.2.vendor

$(call soong_config_set,qtipower,tap_to_wake_node,/proc/touchpanel/double_tap_enable)

# QMI
PRODUCT_PACKAGES += \
    libcurl.vendor:64 \