SDK Manager: fix android.bat to correctly work on 64bit JVMs.

SDK Bug: http://b.android.com/3917

Change-Id: I4a72a3c16ddeb9ab331342de7a72cc5ae61e8cdc
diff --git a/sdkmanager/app/etc/android.bat b/sdkmanager/app/etc/android.bat
index e82fbab..de8cc9a 100755
--- a/sdkmanager/app/etc/android.bat
+++ b/sdkmanager/app/etc/android.bat
@@ -57,11 +57,11 @@
     rem update the tools directory where the updater itself is located.
 
     set tmp_dir=%TEMP%\temp-android-tool
-    xcopy lib\x86 %tmp_dir%\lib\x86 /I /E /C /G /R /Y /Q > nul
-    copy /B /D /Y lib\androidprefs.jar   %tmp_dir%\lib\       > nul
-    copy /B /D /Y lib\org.eclipse.*      %tmp_dir%\lib\       > nul
-    copy /B /D /Y lib\sdk*               %tmp_dir%\lib\       > nul
-    copy /B /D /Y lib\commons-compress*  %tmp_dir%\lib\       > nul
+    xcopy %swt_path% %tmp_dir%\%swt_path% /I /E /C /G /R /Y /Q > nul
+    copy /B /D /Y lib\androidprefs.jar   %tmp_dir%\lib\        > nul
+    copy /B /D /Y lib\org.eclipse.*      %tmp_dir%\lib\        > nul
+    copy /B /D /Y lib\sdk*               %tmp_dir%\lib\        > nul
+    copy /B /D /Y lib\commons-compress*  %tmp_dir%\lib\        > nul
 
     rem jar_path and swt_path are relative to PWD so we don't need to adjust them, just change dirs.
     set tools_dir=%cd%