summaryrefslogtreecommitdiff
path: root/device-common.mk
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2019-07-01 18:02:54 +0000
committerAmit Pundir <amit.pundir@linaro.org>2019-09-24 23:51:00 +0530
commited3f821b9ae114cf0756fa43e50af3651bef9feb (patch)
tree1f7023eba08247737c836643c39eeb5a0155f78d /device-common.mk
parent6fb3857ed36b01d50158b09751eef7e08da34b49 (diff)
db845c: installer: Add bootloader binaries and flashing scripts
* Add AOSP flashing and board recovery scripts, a README for instructions and prebuilt flashing tool (qdl) for board recovery. QDL source is hosted at https://github.com/andersson/qdl/commits/master (760b3dffb03d) * Also added the db845c aosp bootloader binaries from here: https://snapshots.linaro.org/96boards/dragonboard845c/linaro/rescue/26/ Build description: Build URL: https://ci.linaro.org/job/lt-qcom-bootloader-dragonboard845c/26/ Linux proprietary bootloaders package: RB3_firmware_20190529180356-v3.zip ABL source code: https://git.linaro.org/landing-teams/working/qualcomm/abl.git/commit/?id=5086ee1aa38de6d69efea1d4a5ee535203014097 Partition table: AOSP: https://git.linaro.org/landing-teams/working/qualcomm/db-boot-tools.git/tree/dragonboard845c/aosp/partition.xml?id=0e8dde66a17cad7040b7f21f9e752fc1ee13006d Change-Id: I563b09779ef506b529774bd0b32147d8d516f096 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Diffstat (limited to 'device-common.mk')
-rw-r--r--device-common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk
index 91f07cc..ca32194 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -156,6 +156,10 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
android.hardware.gatekeeper@1.0-service.software
+# mkbootimg host tool to build boot.img separately
+PRODUCT_HOST_PACKAGES := \
+ mkbootimg
+
# Copy standard platform config files
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/ueventd.common.rc:$(TARGET_COPY_OUT_VENDOR)/ueventd.rc \