1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 12:21:15 +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:
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

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