summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav Shah <gauravsh@google.com>2015-10-15 19:21:43 -0700
committerGaurav Shah <gauravsh@google.com>2015-10-15 19:23:43 -0700
commit58415c3614c80128a88b88e4114b5100bad33ea5 (patch)
treef58344c4bd6829c6c2447b5bee8f029f1c629ac1
parente9374d14cd573d59eb946880ab6c9663469b02f9 (diff)
downloadqcom-58415c3614c80128a88b88e4114b5100bad33ea5.tar.gz
Add default boot control HAL implementation for dragonboard 410c
BUG: 24980129 Change-Id: I143bbd235639f887161cd2974c4654e89a5733c7
-rw-r--r--soc/msm8916/soc.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/soc/msm8916/soc.mk b/soc/msm8916/soc.mk
index 7768810..c4c5995 100644
--- a/soc/msm8916/soc.mk
+++ b/soc/msm8916/soc.mk
@@ -51,7 +51,8 @@ TARGET_KERNEL_CONFIGS := $(realpath $(LOCAL_PATH)/soc.kconf)
# Default Keystore HAL
DEVICE_PACKAGES += \
- keystore.default
+ keystore.default \
+ bootctrl.default
# Include prebuilts to detect audio devices.
PRODUCT_COPY_FILES += \