mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 04:11:14 +00:00
Undo unintended prebuild script change
When bumping the SDK I mistakenly switched from buildNative to build, no
idea why/how.
Fixes
f0762bab12
This commit is contained in:
parent
59c459227b
commit
7674fadeba
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@
|
|||
echo "Prepopulating gradle and go build/pkg cache"
|
||||
git clone --recurse-submodules https://github.com/syncthing/syncthing-android
|
||||
cd syncthing-android
|
||||
./gradlew --no-daemon lint build
|
||||
./gradlew --no-daemon lint buildNative
|
||||
cd ..
|
||||
rm -rf syncthing-android
|
||||
|
|
Loading…
Reference in a new issue