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:
@@ -38,7 +38,7 @@ rm platform-tools/aidl
|
|||||||
bin/aidl.exe strip platform-tools/aidl.exe
|
bin/aidl.exe strip platform-tools/aidl.exe
|
||||||
|
|
||||||
rm platform-tools/dx
|
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
|
rm platform-tools/dexdump
|
||||||
bin/dexdump.exe strip platform-tools/dexdump.exe
|
bin/dexdump.exe strip platform-tools/dexdump.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user