diff options
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 30304ac..ef9ed1f 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -167,7 +167,7 @@ SF_VSYNC_EVENT_PHASE_OFFSET_NS := 6000000 TARGET_ENABLE_MEDIADRM_64 := true # DT2W -TARGET_TAP_TO_WAKE_NODE := "/proc/nvt_wake_gesture" +TARGET_TAP_TO_WAKE_NODE := "/proc/wake_node" # Enable dexpreopt to speed boot time ifeq ($(HOST_OS),linux) |