diff options
-rwxr-xr-x | BoardConfig.mk | 2 | ||||
-rwxr-xr-x | init.target.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 5c758c4..3537d92 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -93,7 +93,7 @@ ifeq ($(TARGET_KERNEL_VERSION),4.4) else BOARD_KERNEL_CMDLINE += console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 earlycon=msm_hsl_uart,0xc1b0000 endif -BOARD_KERNEL_CMDLINE += androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 sched_enable_hmp=1 sched_enable_power_aware=1 service_locator.enable=1 swiotlb=1 androidboot.selinux=permissive +BOARD_KERNEL_CMDLINE += androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 sched_enable_hmp=1 sched_enable_power_aware=1 service_locator.enable=1 swiotlb=1 endif BOARD_EGL_CFG := device/qcom/sdm660_64/egl.cfg diff --git a/init.target.rc b/init.target.rc index cc76001..1df32a7 100755 --- a/init.target.rc +++ b/init.target.rc @@ -425,7 +425,7 @@ service tlocd /system/bin/tloc_daemon user system group drmrpc -service hvdcp_opti /system/bin/hvdcp_opti +service hvdcp_opti /system/vendor/bin/hvdcp_opti class main user root group system wakelock |