Port changes from setup-ant.sh to setup-ant.bat

This commit is contained in:
Miłosz Sieradzki 2015-02-01 18:55:32 +01:00
parent 382cfdbc65
commit 675df18a7d

View File

@ -3,6 +3,16 @@ SETLOCAL enabledelayedexpansion
SET "target=android-21"
RMDIR external\appcompat /s /q
XCOPY "%ANDROID_HOME%\extras\android\support\v7\appcompat" "external\appcompat\*" /s /e /y /q
REM This library is already included by netcipher, but SHA1 of JARs differ
DEL /f /q external\appcompat\libs\android-support-v4.jar
RMDIR external\palette /s /q
XCOPY "%ANDROID_HOME%\extras\android\support\v7\palette" "external\palette\*" /s /e /y /q
MKDIR external\palette\src
REM Update ant setup in project and all sub-projects
SET "pattern=project.properties"
FOR /R "./external/" %%# in (*.properties) DO (