diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2019-09-04 23:06:09 +0200 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:53 +0300 |
commit | a147b82175c1ecd59c73bb6395828214938a253d (patch) | |
tree | 3cfc50cb529d5c059c2d7b0558a3ece76acb8970 | |
parent | 4784f51d06575078946dbf84cc792d10a5a05084 (diff) |
sdm660-common: Update dt2w proc node
* Commonized procfs node for all the variants of tulip, whyred and wayne/jasmine
Change-Id: I234761530e5567ac6d46ad9fa912496046c3c4bd
-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 |