aboutsummaryrefslogtreecommitdiff
path: root/android-chromium
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2016-05-12 17:31:35 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2016-05-12 12:03:10 +0000
commit8069361ac2926f641c7356da3118c56a289fc7f3 (patch)
treee9fcd1146c0756bcbabc070ef2cdd007657b8fc0 /android-chromium
parent0a970846df3a55b96d805875c13dc96c1589af93 (diff)
android-chromium: initialize repo only if not present
Change-Id: Iba3346eb45117eec68c31c76630f9c2153c0245b Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android-chromium')
-rwxr-xr-xandroid-chromium/chromium-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-chromium/chromium-build.sh b/android-chromium/chromium-build.sh
index d55207d1db..ced2926fcb 100755
--- a/android-chromium/chromium-build.sh
+++ b/android-chromium/chromium-build.sh
@@ -12,7 +12,7 @@ setup_depottools() {
setup_chromium() {
test -d chromium || mkdir chromium
cd chromium
- fetch --nohooks android
+ test -d src || fetch --nohooks android
}
sync_source() {