Added subpass example Android build [skip ci]

This commit is contained in:
saschawillems 2017-01-14 17:14:09 +01:00
parent 79d9f0bde3
commit 3cba04fb76
8 changed files with 152 additions and 2 deletions

View file

@ -9,7 +9,11 @@ if NOT EXIST %1 (
call _setup.bat
del _setup.bat
)
call build %2
IF EXIST build.py (
python build.py %2
) else (
call build %2
)
IF EXIST vulkan%1.apk (
if "%2" == "-deploy" (
echo deploying to device