From 092daf7fea76954110fe41468e87faf20a103d97 Mon Sep 17 00:00:00 2001 From: Wei Wang Date: Mon, 24 Apr 2017 10:13:31 -0700 Subject: [PATCH] Change bootHAL to early_hal class Bug: 37579828 Bug: 37543411 Test: marlin boots with wipe data (cherry picked from commit 9a4388cf28d5f4804efa4fe0f6cc9485dea6839a) Merged-In: Ifa508570455289efd58350562fadea5676c3bc67 Change-Id: Ifa508570455289efd58350562fadea5676c3bc67 --- boot/1.0/default/android.hardware.boot@1.0-service.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/1.0/default/android.hardware.boot@1.0-service.rc b/boot/1.0/default/android.hardware.boot@1.0-service.rc index ef5dd91b02..68e7c2273a 100644 --- a/boot/1.0/default/android.hardware.boot@1.0-service.rc +++ b/boot/1.0/default/android.hardware.boot@1.0-service.rc @@ -1,4 +1,4 @@ service boot-hal-1-0 /vendor/bin/hw/android.hardware.boot@1.0-service - class hal + class early_hal user root group root