aboutsummaryrefslogtreecommitdiff
path: root/build/tools
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2010-05-10 15:23:34 -0700
committerDavid 'Digit' Turner <digit@google.com>2010-05-10 15:23:34 -0700
commit1e2d5412dd2ff828508ab6fb505b213647a46bd3 (patch)
tree636b93b4b46cfe3e347ff784baa19000b96b435c /build/tools
parent76370ba56008e8d7fccd217bb6ca5cf02867d1b7 (diff)
downloadndk-1e2d5412dd2ff828508ab6fb505b213647a46bd3.tar.gz
Move samples from apps/<name>/project to samples/<name>android-sdk-2.2_r1
Update documentation accordingly Note: removes obsolete unit tests under apps/unit-tests/ + fix --verbose option in build/tools/rebuild-all-prebuilt.sh + add NX support to x86-4.2.1 toolchain config file + update .gitignore Change-Id: I3c8e6185ad41f103a425387d7618ab3e73182fdc
Diffstat (limited to 'build/tools')
-rwxr-xr-xbuild/tools/rebuild-all-prebuilt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tools/rebuild-all-prebuilt.sh b/build/tools/rebuild-all-prebuilt.sh
index e081f9f2b..22a1334ab 100755
--- a/build/tools/rebuild-all-prebuilt.sh
+++ b/build/tools/rebuild-all-prebuilt.sh
@@ -98,7 +98,7 @@ else
fi
FLAGS=""
-if [ $VERBOSE2 = yes ] ; then
+if [ $VERBOSE = yes ] ; then
FLAGS="--verbose"
fi