From 10edf0f20e841a1b3ac739be95f1fb8d68a42fee Mon Sep 17 00:00:00 2001 From: Jooyung Han Date: Thu, 25 Jul 2024 23:25:33 +0800 Subject: [PATCH] LG8n: Install bootcontrol HAL APEX Bug: 297467553 Test: VtsHalBootAidlTargetTest Change-Id: Id206966e9f181283082b85dadbf409e3bf4017db Signed-off-by: Shirayuki39 --- device.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/device.mk b/device.mk index bb27877..7b18982 100644 --- a/device.mk +++ b/device.mk @@ -87,9 +87,8 @@ PRODUCT_PACKAGES += \ # Boot control HAL PRODUCT_PACKAGES += \ - android.hardware.boot@1.2-service \ - android.hardware.boot@1.2-impl:64 \ - android.hardware.boot@1.2-impl.recovery + com.android.hardware.boot \ + android.hardware.boot-service.default_recovery # Camera PRODUCT_PACKAGES += \