am 736393ef: am 17180783: am bf2cc38e: am 5708d157: Android.bat: remove /O in xcopy.

Merge commit '736393ef2c62612dd2c86eb9c5e9dd33f09d9a69'

* commit '736393ef2c62612dd2c86eb9c5e9dd33f09d9a69':
  Android.bat: remove /O in xcopy.
This commit is contained in:
Raphael
2009-10-21 22:44:24 -07:00
committed by Android Git Automerger

View File

@@ -44,7 +44,7 @@ if not "%1"=="" goto EndTempCopy
rem update the tools directory where the updater itself is located.
set tmpdir=%TEMP%\temp-android-tool
xcopy lib\x86 %tmpdir%\lib\x86 /I /E /C /G /R /O /Y /Q > nul
xcopy lib\x86 %tmpdir%\lib\x86 /I /E /C /G /R /Y /Q > nul
copy /B /D /Y lib\androidprefs.jar %tmpdir%\lib\ > nul
copy /B /D /Y lib\org.eclipse.* %tmpdir%\lib\ > nul
copy /B /D /Y lib\sdk* %tmpdir%\lib\ > nul