From c03cb0fad41d0907f70908dbda1f497a9d111276 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Mon, 4 Mar 2019 21:47:25 +0100 Subject: [PATCH] Also check pie path for android.hardware.boot hal --- phh-on-boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phh-on-boot.sh b/phh-on-boot.sh index 9f40955..b51f97e 100644 --- a/phh-on-boot.sh +++ b/phh-on-boot.sh @@ -18,6 +18,6 @@ getprop | \ setprop ctl.stop $svc done -if grep -qF android.hardware.boot /vendor/manifest.xml;then +if grep -qF android.hardware.boot /vendor/manifest.xml || grep -qF android.hardware.boot /vendor/etc/vintf/manifest.xml ;then bootctl mark-boot-successful fi