From a147b82175c1ecd59c73bb6395828214938a253d Mon Sep 17 00:00:00 2001 From: Davide Garberi Date: Wed, 4 Sep 2019 23:06:09 +0200 Subject: sdm660-common: Update dt2w proc node * Commonized procfs node for all the variants of tulip, whyred and wayne/jasmine Change-Id: I234761530e5567ac6d46ad9fa912496046c3c4bd --- BoardConfigCommon.mk | 2 +- sepolicy/vendor/genfs_contexts | 2 +- 2 files changed, 2 insertions(+), 2 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) diff --git a/sepolicy/vendor/genfs_contexts b/sepolicy/vendor/genfs_contexts index 638c917..21d0a74 100644 --- a/sepolicy/vendor/genfs_contexts +++ b/sepolicy/vendor/genfs_contexts @@ -1,2 +1,2 @@ -genfscon proc /nvt_wake_gesture u:object_r:proc_dt2w:s0 +genfscon proc /wake_node u:object_r:proc_dt2w:s0 genfscon debugfs /wlan0 u:object_r:debugfs_wlan:s0 -- cgit v1.2.3