aboutsummaryrefslogtreecommitdiff
path: root/android-lcr
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2017-02-02 11:12:04 -0600
committerFathi Boudra <fathi.boudra@linaro.org>2017-02-02 17:23:38 +0000
commit0e16b3d302f3769499c2b9bad9dc136ac0e23e9e (patch)
tree159c790dd5a49421ecd46312996c16baf63c03b9 /android-lcr
parent388ae301bb5e166d388d5a174634d884578f004c (diff)
android-publisher: fix extra includes' syntax
Change-Id: Ib893ac655b3dfd6e6bd0c910b7c56426dbdc253b Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Diffstat (limited to 'android-lcr')
-rwxr-xr-xandroid-lcr/x15/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-lcr/x15/builders.sh b/android-lcr/x15/builders.sh
index 2047fcb0cf..e926f6865c 100755
--- a/android-lcr/x15/builders.sh
+++ b/android-lcr/x15/builders.sh
@@ -25,7 +25,7 @@ fi
cat << EOF > ${WORKSPACE}/publish_parameters
PUB_SRC=${PWD}/build/out
PUB_DEST=/android/${JOB_NAME}/${BUILD_NUMBER}
-PUB_EXTRA_INC='--include "^[^/]+[._](u-boot|MLO|dtb)$"'
+PUB_EXTRA_INC="^[^/]+[._](u-boot|MLO|dtb)$"
EOF
# Construct post-build-lava parameters