Skip to content

Commit

Permalink
remove gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Just-Nans committed Oct 12, 2024
1 parent e70d17b commit e251ef2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 328 deletions.
3 changes: 3 additions & 0 deletions android/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.DEFAULT_GOAL := apk
.PHONY: jni apk run-on-device

gradle:
cd java && gradle wrapper

jni:
cargo ndk --target arm64-v8a -o ./java/app/src/main/jniLibs/ build --profile release --offline
cargo ndk --target x86_64-linux-android -o ./java/app/src/main/jniLibs/ build --profile release --offline
Expand Down
4 changes: 4 additions & 0 deletions android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-and
# install android ndk and sdk manually - you can follow steps on https://golb.n4n5.dev/android


# install gradle by following instructions at https://gradle.org/install/
# after the gradle install you can now install gradlew by running
make gradle

# will compile the cdylib and copy it to the android app
make

Expand Down
Binary file removed android/java/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 0 additions & 5 deletions android/java/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

234 changes: 0 additions & 234 deletions android/java/gradlew

This file was deleted.

89 changes: 0 additions & 89 deletions android/java/gradlew.bat

This file was deleted.

0 comments on commit e251ef2

Please sign in to comment.