From 8b23a6c7e1aee255004dd19098d4c2462b61b849 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Tue, 3 Mar 2009 19:30:32 -0800 Subject: auto import from //depot/cupcake/@135843 --- android-rebuild.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 android-rebuild.sh (limited to 'android-rebuild.sh') diff --git a/android-rebuild.sh b/android-rebuild.sh new file mode 100755 index 0000000..d488f69 --- /dev/null +++ b/android-rebuild.sh @@ -0,0 +1,12 @@ +#!/bin/bash +# +# this script is used to rebuild all QEMU binaries for the host +# platforms. +# +# assume that the device tree is in TOP +# + +cd `dirname $0` +./android-configure.sh $* && \ +make -j4 && \ +echo "Done. !!" -- cgit v1.1