Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
Calum McCall committed Jul 30, 2019
1 parent 619e5df commit 4bd9ae6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions android/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ jni/x86/libcryptobox.so: libsodium | build/src/$(CRYPTOBOX_NAME)
jni/x86_64/libcryptobox.so: libsodium | build/src/$(CRYPTOBOX_NAME)
cd build/src/$(CRYPTOBOX_NAME) && \
export PATH="${PATH}:${TOOLCHAIN}/bin" && \
echo "\nEnvironment\n:" && \
echo `env` && \
cargo rustc -v --lib --release --target=x86_64-linux-android -- \
-L ../../libsodium-android-x86_64/lib \
-l sodium \
Expand Down

0 comments on commit 4bd9ae6

Please sign in to comment.