summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Nathan <ralphnathan@google.com>2016-04-20 14:11:22 -0700
committerRalph Nathan <ralphnathan@google.com>2016-04-20 14:16:09 -0700
commit8d50c99dd39cc0bbc485208542679323f309fdf5 (patch)
tree99f0716189d553f805611a7b92b6fd360c048a60
parent453c8c74a4f8676aee01305aae4d55e1cedff1b3 (diff)
downloadabox_edge-8d50c99dd39cc0bbc485208542679323f309fdf5.tar.gz
Add teesst.img to the vendor partition zip file.
BUG=28275522 TEST=manual test Change-Id: Ib260cede80a971254a87a8003b5d08e2a3ca3d9e
-rw-r--r--BoardConfig.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index d3c02d9..1902022 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -42,7 +42,8 @@ vendor_partition_directory := vendor/bsp/marvell/device/abox_edge
BRILLO_VENDOR_PARTITIONS := \
$(vendor_partition_directory):bin/primary_gpt \
$(vendor_partition_directory):bin/misc.bin \
- $(vendor_partition_directory):bootloader/u-boot.bin
+ $(vendor_partition_directory):bootloader/u-boot.bin \
+ $(vendor_partition_directory):bootloader/teesst.img
# Must be defined at the end of the file
$(call add_device_packages)