Win SDK: fix missing platforms-tools/dx.bat

In the new windows.atree, the batch file was missing the .bat extension.
This prevents the SDK Manager from recognizing platform-tools.

Change-Id: I885b748f9ce7f6ceeb9f7b9c35ca38f7b8029f55
This commit is contained in:
Raphael Moll
2011-09-17 21:52:14 -07:00
parent 5dc10d55a4
commit ec48ca3dff

View File

@@ -38,7 +38,7 @@ rm platform-tools/aidl
bin/aidl.exe strip platform-tools/aidl.exe
rm platform-tools/dx
dalvik/dx/etc/dx.bat platform-tools/dx
dalvik/dx/etc/dx.bat platform-tools/dx.bat
rm platform-tools/dexdump
bin/dexdump.exe strip platform-tools/dexdump.exe