From ff55ca78e31287a7de33d9955f64d3fd3c691b7a Mon Sep 17 00:00:00 2001 From: Denis Hsu Date: Sat, 18 Jan 2020 10:21:07 +0800 Subject: [PATCH] [ALPS04795693] Clear the vendor.powerhal.init for FDE encryption flow power-hal would be killed and re-start in the manual encryption flow. To prevenet the second power-hal would be stuck by other service, clear the vendor.powerhal.init property. MTK-Commit-Id: 0ec23aea4fa637f6e1e22a45c9afb914c48d20d8 Change-Id: Idaf2ad7b01337ce94afe507395588e299fb9cb8a CR-Id: ALPS04795693 Feature: Full Disk Encryption (FDE) --- non_plat/vendor_init.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/non_plat/vendor_init.te b/non_plat/vendor_init.te index a6406a3..cccd114 100644 --- a/non_plat/vendor_init.te +++ b/non_plat/vendor_init.te @@ -73,3 +73,5 @@ allow vendor_init expdb_block_device:blk_file rw_file_perms; set_prop(vendor_init, mtk_wifi_hotspot_prop) set_prop(vendor_init, persist_aeev_prop) + +set_prop(vendor_init, mtk_powerhal_prop) \ No newline at end of file