Port changes from setup-ant.sh to setup-ant.bat
This commit is contained in:
parent
382cfdbc65
commit
675df18a7d
@ -3,6 +3,16 @@ SETLOCAL enabledelayedexpansion
|
|||||||
|
|
||||||
SET "target=android-21"
|
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
|
REM Update ant setup in project and all sub-projects
|
||||||
SET "pattern=project.properties"
|
SET "pattern=project.properties"
|
||||||
FOR /R "./external/" %%# in (*.properties) DO (
|
FOR /R "./external/" %%# in (*.properties) DO (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user