Skip to content

Commit 13e30e9

Browse files
committed
use gradlew.
1 parent 4a672c5 commit 13e30e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_strongswan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ cd "$APP_DIR"
5151
sed -i '/arguments '\''-j'\'' \+ Runtime\.runtime\.availableProcessors()/a\ arguments "-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"' build.gradle
5252

5353
echo "===> Building release APK..."
54-
gradle assembleRelease
54+
./../.gradlew assembleRelease
5555

5656
echo "===> Copying output libs to: $STRONGSWAN_LIBS_DST"
5757
mkdir -p "$STRONGSWAN_LIBS_DST"

0 commit comments

Comments
 (0)