am ff779c0f: Update win_sdk to put binaries in SDK/platform-tools.

Merge commit 'ff779c0f2a19985a9a6733d4864b4b56b20729bd' into gingerbread-plus-aosp

* commit 'ff779c0f2a19985a9a6733d4864b4b56b20729bd':
  Update win_sdk to put binaries in SDK/platform-tools.
This commit is contained in:
Raphael Moll
2010-08-10 11:39:50 -07:00
committed by Android Git Automerger

View File

@@ -15,8 +15,6 @@ if [[ ${#PLATFORMS[@]} != 1 ]]; then
echo "Instead, found: ${PLATFORMS[@]}"
exit 1
fi
THE_PLATFORM=${PLATFORMS[0]}
PLATFORM_TOOLS=$THE_PLATFORM/tools
# Package USB Driver
if [[ -n "$USB_DRIVER_HOOK" ]]; then
@@ -25,6 +23,7 @@ fi
# Remove obsolete stuff from tools & platform
TOOLS=$TEMP_SDK_DIR/tools
PLATFORM_TOOLS=$TEMP_SDK_DIR/platform-tools
LIB=$TEMP_SDK_DIR/tools/lib
rm $V $TOOLS/{adb,android,apkbuilder,ddms,dmtracedump,draw9patch,emulator,etc1tool}
rm $V $TOOLS/{hierarchyviewer,hprof-conv,layoutopt,mksdcard,sqlite3,traceview,zipalign}