aboutsummaryrefslogtreecommitdiff
path: root/android-generic-build.yaml
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2016-11-01 14:39:02 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2016-11-02 06:08:07 +0000
commit267d7284270b2a27a2e65d2a5ef67c8e970f397e (patch)
tree47640eae5a024e5900e55262cd6419b59d12b873 /android-generic-build.yaml
parent2bd81e8ecdd1bb835a5588d6bab056c7fe12581e (diff)
android-lcr: generic: support to include vendor tarballs
Change-Id: I8a60577ee37416fd75de888ce6509972e30d10c5 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android-generic-build.yaml')
-rw-r--r--android-generic-build.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/android-generic-build.yaml b/android-generic-build.yaml
index cce2d6d0..3879a538 100644
--- a/android-generic-build.yaml
+++ b/android-generic-build.yaml
@@ -23,6 +23,21 @@
- string:
name: LUNCH_TARGET
default: hikey-userdebug
+ - string:
+ name: BLOBS_URL
+ default: ''
+ description: |
+ * Multiple vendor blobs separated by "#"
+ * Only Blobs from AOSP are currently supported
+ * Please package the blobs the way AOSP does if you wish to to include your own binaries
+ - choice:
+ name: BUILD_TYPE
+ choices:
+ - private
+ - public
+ description: |
+ * All the builds are Linaro internal by default. Please select public if the build is intended to be accessible to everyone.
+ * WARNING: Please make sure builds with vendor binaries are not made public unless you have the right to distribute them.
disabled: false
node: docker-utopic-aosp
display-name: 'Generic AOSP build'