summaryrefslogtreecommitdiff
path: root/db845c
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2020-10-21 10:24:53 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2020-10-21 10:35:50 +0800
commitaf86a2d34fbecda352aeea769b6f7f119545378f (patch)
tree5c3f469b6da4c649865bc94b876a022881145c85 /db845c
parent30b93bcd6dbd7521814f80156691d4ea16a1063f (diff)
enable bootctrol for db845c build
so that it will be possible to work with GSI image Test: boot to homescreen console:/ # getprop init.svc.vendor.boot-hal-1-1 running console:/ # VtsHalBootV1_0TargetTest and VtsHalBootV1_1TargetTest Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: I147f04de1c8bc7fd506d351f514498341ef7388c
Diffstat (limited to 'db845c')
-rw-r--r--db845c/device.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/db845c/device.mk b/db845c/device.mk
index c6825a3..2240981 100644
--- a/db845c/device.mk
+++ b/db845c/device.mk
@@ -32,6 +32,12 @@ PRODUCT_COPY_FILES := \
# Build generic Audio HAL
PRODUCT_PACKAGES := audio.primary.db845c
+# BootControl HAL
+PRODUCT_PACKAGES += \
+ android.hardware.boot@1.1-impl \
+ android.hardware.boot@1.1-impl.recovery \
+ android.hardware.boot@1.1-service
+
PRODUCT_PACKAGES += \
pd-mapper \
qrtr-ns \