diff options
-rw-r--r-- | BoardConfigCommon.mk | 2 | ||||
-rw-r--r-- | 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 |