sm6150-common: rootdir: Enable PowerHAL hint processing

Change-Id: I4de6ec81eaf002c094df53ff26ed24db02972dfe
This commit is contained in:
Arian 2021-04-19 19:33:28 +02:00
parent 0280d9cb17
commit 3d1697d76f
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9
2 changed files with 5 additions and 0 deletions

View File

@ -301,4 +301,7 @@ case "$soc_id" in
;; ;;
esac esac
# Enable PowerHAL hint processing
setprop vendor.powerhal.init 1
setprop vendor.post_boot.parsed 1 setprop vendor.post_boot.parsed 1

View File

@ -0,0 +1,2 @@
# To set powerhal init property
set_prop(vendor_qti_init_shell, vendor_power_prop)