aboutsummaryrefslogtreecommitdiff
path: root/android-chromium-gcc-armv7.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-05-12 10:07:16 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-05-12 10:07:16 +0300
commit9ccc7d7779aa247907cf790f5ec0ed546801283d (patch)
tree58217cb971cc8762e815bc84427ca8bb4e09334f /android-chromium-gcc-armv7.yaml
parent062a3324a1e8a6cabb16ea78dc7a9f4348ed9925 (diff)
android-chromium: revert previous change
* the script is executable, it should run just fine. * mkdir -p is unecessary, we create a single dir without any parents. Change-Id: Iad2d928e6451ee88b47c95f319fee21227f78a76 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'android-chromium-gcc-armv7.yaml')
-rw-r--r--android-chromium-gcc-armv7.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-chromium-gcc-armv7.yaml b/android-chromium-gcc-armv7.yaml
index 74c8856ce1..7ddbb11196 100644
--- a/android-chromium-gcc-armv7.yaml
+++ b/android-chromium-gcc-armv7.yaml
@@ -39,7 +39,7 @@
rm -rf configs
git clone https://git.linaro.org/ci/job/configs.git
- . ./configs/android-chromium/chromium-build.sh
+ ./configs/android-chromium/chromium-build.sh
# Publish
test -d ${HOME}/bin || mkdir ${HOME}/bin