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:
Simon Frei 2023-06-18 16:25:51 +02:00
parent 59c459227b
commit 7674fadeba
No known key found for this signature in database
GPG Key ID: 7C31D23ECB1006F3
1 changed files with 1 additions and 1 deletions

View File

@ -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