mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 06:11:19 +00:00
999b7d8626
* 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
7 lines
86 B
Batchfile
7 lines
86 B
Batchfile
@echo off
|
|
cls
|
|
REM
|
|
RD /S /Q "%~dps0..\app\src\main\jniLibs"
|
|
REM
|
|
echo Done.
|
|
timeout 2
|