1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-26 14:21:16 +00:00
syncthing-android/syncthing/quick_clean.cmd
Catfriend1 999b7d8626
Build with Android NDK 19c (#384)
* Update NDK from r18 to r19c

* Add syncthing/quick_clean.cmd

* Fix typo

* Update syncthing/quick_clean.cmd

* Remove make_standalone_toolchain for NDK 19c
2019-03-25 10:15:48 +01:00

7 lines
86 B
Batchfile

@echo off
cls
REM
RD /S /Q "%~dps0..\app\src\main\jniLibs"
REM
echo Done.
timeout 2