aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2014-11-17 01:12:05 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-11-17 01:12:06 +0000
commit09324aae77ab5ad227c1e7e2edf1cbc396f08fc2 (patch)
tree4049829233734b075c2884c7c0ff5cc0065aed99 /build
parent6ba493a5ce8084342a4917007ff61376f23be317 (diff)
parent6d1c6602773e633148dc07413748227970682d25 (diff)
downloadndk-09324aae77ab5ad227c1e7e2edf1cbc396f08fc2.tar.gz
Merge "Allow python to be built on host with qemu."
Diffstat (limited to 'build')
-rwxr-xr-xbuild/tools/build-host-python.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tools/build-host-python.sh b/build/tools/build-host-python.sh
index eadc28ddb..2d69efa6e 100755
--- a/build/tools/build-host-python.sh
+++ b/build/tools/build-host-python.sh
@@ -309,7 +309,7 @@ build_host_python ()
QEMU_HOST_ARCH=$(arch_to_qemu_arch $BH_HOST_ARCH)
if [ ! -z "$(which qemu-$QEMU_HOST_ARCH 2>/dev/null)" -o \
! -z "$(which qemu-$QEMU_HOST_ARCH-static 2>/dev/null)" ] ; then
- panic "Installed qemu(s) ($(which qemu-$QEMU_HOST_ARCH 2>/dev/null) $(which qemu-$QEMU_HOST_ARCH-static 2>/dev/null))" \
+ dump "Installed qemu(s) ($(which qemu-$QEMU_HOST_ARCH 2>/dev/null) $(which qemu-$QEMU_HOST_ARCH-static 2>/dev/null))" \
"will prevent this build from working."
fi
fi