diff options
| author | Bruno Martins <bgcngm@gmail.com> | 2020-01-31 23:22:07 +0000 |
|---|---|---|
| committer | Bruno Martins <bgcngm@gmail.com> | 2020-02-01 11:39:14 +0100 |
| commit | cf65370d1aab4c410689b7721274929bfb92321b (patch) | |
| tree | eee7347c90406bfac3312a7438a4456ee39b50b4 | |
| parent | da9554136bc40baa58722497bdd510383f582c9a (diff) | |
beryllium: Unset TARGET_TAP_TO_WAKE_NODE
This is no longer required because the input devices are now
scanned and once one supported touchscreen input is found
the correspondent node is used.
Change-Id: Ic92fc592bd00c070ebcd5e002689b4d9e3ef37c3
| -rw-r--r-- | BoardConfig.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index f04daab..ab5fea8 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2018-2019 The LineageOS Project +# Copyright (C) 2018-2020 The LineageOS Project # # SPDX-License-Identifier: Apache-2.0 # @@ -34,9 +34,6 @@ DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml # Partitions BOARD_RECOVERYIMAGE_PARTITION_SIZE := 67108864 -# Power -TARGET_TAP_TO_WAKE_NODE := "/dev/input/event2" - # Recovery TARGET_RECOVERY_FSTAB := $(DEVICE_PATH)/rootdir/etc/fstab.qcom |
