summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilad Arnold <garnold@google.com>2015-09-17 09:14:03 -0700
committerLee Campbell <leecam@google.com>2015-11-11 10:19:31 -0800
commit2e8c039211587e9c55d348177bbcf7bea0328917 (patch)
tree5608cba080cce405bfacadec05f09fc1ccddfbdc
parent826ea09f05797517b9c7dc6e7e555754ee808284 (diff)
downloaddragonboard-2e8c039211587e9c55d348177bbcf7bea0328917.tar.gz
Don't install bootctl, only boot_control implementation.
The former is installed as part of Brillo. Also, change continuation line indent so it matches the prevailing convention. Bug: 24157039 Change-Id: Id2d8d82cd6ca7c90bb768f5cb06b6747f01f7939
-rw-r--r--base_product/dragonboard.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/base_product/dragonboard.mk b/base_product/dragonboard.mk
index 2ec74e9..b841562 100644
--- a/base_product/dragonboard.mk
+++ b/base_product/dragonboard.mk
@@ -25,8 +25,6 @@ PRODUCT_DEVICE := dragonboard
PRODUCT_COPY_FILES += \
device/qcom/dragonboard/base_product/weaved.conf:system/etc/weaved/weaved.conf
-# Include bootctl utility and the copy-boot_X-to-boot implementation
-# of the boot_control HAL.
+# Include the copy-boot_X-to-boot implementation of the boot_control HAL.
PRODUCT_PACKAGES += \
- bootctl \
- bootctrl.default
+ bootctrl.default