android13/external/crosvm/tools/windows/build_test.bat

6 lines
108 B
Batchfile
Raw Normal View History

2024-06-22 08:45:49 -04:00
if "%1"=="/copy" (
py tools/windows/build_test.py --copy True
) else (
py tools/windows/build_test.py
)