summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilad Arnold <garnold@google.com>2015-09-17 09:14:03 -0700
committerGilad Arnold <garnold@google.com>2015-09-17 09:15:51 -0700
commit29c7a0be926c9288eb6fca7a568dfb5154fdab76 (patch)
tree535b929e2c4616e27542df5cb5584f362577ccaf
parent19ec0baab5311fc3498ced1fb5e9b4a6cead2864 (diff)
downloaddragonboard-29c7a0be926c9288eb6fca7a568dfb5154fdab76.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