aboutsummaryrefslogtreecommitdiff
path: root/android-r-lcr-manifest.yaml
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2016-11-22 17:21:46 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2016-11-22 11:53:14 +0000
commitd6443c1ebaf577da1737598a1a576b8fccdf5e29 (patch)
treebd8a3ac5307fd3c23cbc67afcd3436cbb266a926 /android-r-lcr-manifest.yaml
parentd70b7dd132e9d8e18db593300bdb398672223a22 (diff)
android-r-lcr-manifest: fix build-info
Change-Id: I45238e94605e7d92ae8614c33ee61409471695fd Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android-r-lcr-manifest.yaml')
-rw-r--r--android-r-lcr-manifest.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/android-r-lcr-manifest.yaml b/android-r-lcr-manifest.yaml
index 9e0d050da1..45943486e3 100644
--- a/android-r-lcr-manifest.yaml
+++ b/android-r-lcr-manifest.yaml
@@ -47,7 +47,7 @@
repo init -u https://android.googlesource.com/platform/manifest
cp -a out/R-LCR.xml .repo/manifest.xml
- repo sync -j16 -c
+ repo sync -j16
repo forall -c "bash ${PWD}/tag-manifest.sh"
sed -i "s/\"..\"/https:\/\/android.googlesource.com\//g" out/R-LCR.xml
@@ -58,7 +58,6 @@
time python ${HOME}/bin/linaro-cp.py \
--api_version 3 \
--manifest \
- --no-build-info \
--link-latest \
--split-job-owner \
--server ${PUBLISH_SERVER} \