Merge commit 'bf2cc38e5b2a30f2f0906f3f37ed767af092956d' into eclair-mr2 * commit 'bf2cc38e5b2a30f2f0906f3f37ed767af092956d': Android.bat: remove /O in xcopy.
This commit is contained in:
@@ -44,7 +44,7 @@ if not "%1"=="" goto EndTempCopy
|
|||||||
rem update the tools directory where the updater itself is located.
|
rem update the tools directory where the updater itself is located.
|
||||||
|
|
||||||
set tmpdir=%TEMP%\temp-android-tool
|
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\androidprefs.jar %tmpdir%\lib\ > nul
|
||||||
copy /B /D /Y lib\org.eclipse.* %tmpdir%\lib\ > nul
|
copy /B /D /Y lib\org.eclipse.* %tmpdir%\lib\ > nul
|
||||||
copy /B /D /Y lib\sdk* %tmpdir%\lib\ > nul
|
copy /B /D /Y lib\sdk* %tmpdir%\lib\ > nul
|
||||||
|
|||||||
Reference in New Issue
Block a user