aboutsummaryrefslogtreecommitdiff
path: root/build/tools
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2009-05-11 16:37:42 +0200
committerDavid 'Digit' Turner <digit@google.com>2009-05-11 16:37:42 +0200
commite502c456361dc02cc766b01cf8c9eb18fd71838c (patch)
treeb289c5c639972bfe659ded3c951a5e6ad3d3cb56 /build/tools
parent90833354cfd408764ffdd0033a2337fe0fbad23a (diff)
downloadndk-e502c456361dc02cc766b01cf8c9eb18fd71838c.tar.gz
Remove references to 'cupcake' in all of NDK (replace with 'android-1.5')
Diffstat (limited to 'build/tools')
-rwxr-xr-xbuild/tools/build-ndk-sysroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tools/build-ndk-sysroot.sh b/build/tools/build-ndk-sysroot.sh
index bc39f8e64..54ce1135e 100755
--- a/build/tools/build-ndk-sysroot.sh
+++ b/build/tools/build-ndk-sysroot.sh
@@ -166,7 +166,7 @@ rm -rf $LIB_ROOT
mkdir -p $LIB_ROOT
cp -f $CRT_OBJS $STATIC_LIBS $DYNAMIC_LIBS $LIB_ROOT
-# Check $TOP/bionic to see if this is new layout in cupcake.
+# Check $TOP/bionic to see if this is new source layout.
if [ -d $TOP/bionic ] ;then
BIONIC_ROOT=$TOP/bionic
LIBC_ROOT=$BIONIC_ROOT/libc