diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 18:28:35 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 18:28:35 -0800 |
commit | f721e3ac031f892af46f255a47d7f54a91317b30 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /android-rebuild.sh | |
parent | bae1bc39312d5019bd9a5b8d840a529213a69a17 (diff) | |
download | external_qemu-f721e3ac031f892af46f255a47d7f54a91317b30.zip external_qemu-f721e3ac031f892af46f255a47d7f54a91317b30.tar.gz external_qemu-f721e3ac031f892af46f255a47d7f54a91317b30.tar.bz2 |
auto import from //depot/cupcake/@135843
Diffstat (limited to 'android-rebuild.sh')
-rwxr-xr-x | android-rebuild.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/android-rebuild.sh b/android-rebuild.sh deleted file mode 100755 index d488f69..0000000 --- a/android-rebuild.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/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. !!" |