From f721e3ac031f892af46f255a47d7f54a91317b30 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Tue, 3 Mar 2009 18:28:35 -0800 Subject: auto import from //depot/cupcake/@135843 --- android-rebuild.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 android-rebuild.sh (limited to 'android-rebuild.sh') 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. !!" -- cgit v1.1