summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Moll <ralf@android.com>2010-08-05 13:30:39 -0700
committerRaphael Moll <ralf@android.com>2010-08-05 13:32:03 -0700
commitff779c0f2a19985a9a6733d4864b4b56b20729bd (patch)
treee4ef21e64bf2f81c0e4f5f39a80269028010a0a6
parentb86b7f72db1549cb526a141ca8b6158908483f1a (diff)
downloaddevelopment-ff779c0f2a19985a9a6733d4864b4b56b20729bd.tar.gz
Update win_sdk to put binaries in SDK/platform-tools.
This is requires as a follow up to Change I4526310a with moved platform tools from $SDK/platform/*/tools to $SDK/platform-tools/ SDK Bug: 2897406 Change-Id: I1563c88fc824db3d9c86fb65479820989d46895c
-rwxr-xr-xbuild/tools/patch_windows_sdk.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/build/tools/patch_windows_sdk.sh b/build/tools/patch_windows_sdk.sh
index 1f3b5bdeb..1a768176e 100755
--- a/build/tools/patch_windows_sdk.sh
+++ b/build/tools/patch_windows_sdk.sh
@@ -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}