vendor: init: Don't launch qcomsysd process in USER Build

Change-Id: If3ee20753e490bccf40db3efa23a97a9187cfd51
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
This commit is contained in:
Jinhao Zhang 2024-04-16 18:07:23 +08:00 committed by Kunmun
parent 41d88161e0
commit 0128162aeb
1 changed files with 5 additions and 1 deletions

View File

@ -440,7 +440,11 @@ service qcomsysd /system/vendor/bin/qcom-system-daemon
group root diag oem_2901
disabled
on property:persist.vendor.qcomsysd.enabled=1
# Don't launch qcomsysd process in USER BUILD
on property:persist.vendor.qcomsysd.enabled=1 && property:ro.build.type=userdebug
enable qcomsysd
on property:persist.vendor.qcomsysd.enabled=1 && property:ro.build.type=eng
enable qcomsysd
on property:persist.vendor.qcomsysd.enabled=0