aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAri Hausman-Cohen <arihc@google.com>2015-10-28 23:56:15 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-10-28 23:56:15 +0000
commitbe72222c6052f8f3055791e94a632ac94ad7694c (patch)
tree3a3bc2856ec2ea654bfcdec456ba2866e4a215f4
parent2e868ddcfc5240ec169eb96365d263dcae56d64d (diff)
parentc00b6970b19e748b94a6a0c582278696b9ad02b4 (diff)
downloadbdk-be72222c6052f8f3055791e94a632ac94ad7694c.tar.gz
Merge "[brunch] Add required Dragonboard binary tarball" into mnc-brillo-dev
-rw-r--r--brunch/lib/bsp/manifest.json16
1 files changed, 15 insertions, 1 deletions
diff --git a/brunch/lib/bsp/manifest.json b/brunch/lib/bsp/manifest.json
index d47e641..e348d51 100644
--- a/brunch/lib/bsp/manifest.json
+++ b/brunch/lib/bsp/manifest.json
@@ -1,5 +1,19 @@
{
- "andromeda" : {
+ "dragonboard" : {
+ "device_name" : "Qualcomm Dragonboard 410c",
+ "packages" : [
+ {
+ "package_type" : "tar",
+ "name" : "Dragonboard binaries",
+ "path" : "vendor/bsp/qcom/device/dragonboard",
+ "subdir" : "dragonboard410c_brillo-v0.3",
+ "remote" : "https://developer.qualcomm.com/qfile/29477/dragonboard410c_brillo-v0.3.tar.gz",
+ "licenses" : [],
+ "version" : ""
+ }
+ ]
+ },
+ "andromeda" : {
"device_name" : "Marvell Andromeda Edge",
"packages" : [
{