Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
Remove JNI crate
Browse files Browse the repository at this point in the history
We don't use it anywhere, flouze_flutter has its own bindings.
  • Loading branch information
abustany committed Oct 13, 2019
1 parent c7ab823 commit fc7798b
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 560 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# Clean our own artifacts so that they don't clutter the cache
- run:
name: Clean Rust build directory before caching it
command: cargo clean -p flouze && cargo clean -p flouze-cli && cargo clean -p flouze-jni && cargo clean -p flouze-flutter
command: cargo clean -p flouze && cargo clean -p flouze-cli && cargo clean -p flouze-flutter
- save_cache:
key: "v1-rust"
paths:
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
members = [
"lib",
"cli",
"jni",
"flouze_flutter"
]
5 changes: 0 additions & 5 deletions jni/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions jni/Cargo.toml

This file was deleted.

57 changes: 0 additions & 57 deletions jni/build.gradle

This file was deleted.

Binary file removed jni/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 0 additions & 6 deletions jni/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

172 changes: 0 additions & 172 deletions jni/gradlew

This file was deleted.

84 changes: 0 additions & 84 deletions jni/gradlew.bat

This file was deleted.

12 changes: 0 additions & 12 deletions jni/src/main/java/flouze/Flouze.java

This file was deleted.

7 changes: 0 additions & 7 deletions jni/src/main/java/flouze/FlouzeException.java

This file was deleted.

8 changes: 0 additions & 8 deletions jni/src/main/java/flouze/Repository.java

This file was deleted.

Loading

0 comments on commit fc7798b

Please sign in to comment.