Skip to content

Commit

Permalink
Fix secp256k1 android build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Sabadie committed Feb 28, 2019
1 parent 82a7e55 commit 73ce12f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion core/lib/secp256k1/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ else()
endif()

install(TARGETS secp256k1 ARCHIVE DESTINATION lib)
install(DIRECTORY include/ DESTINATION include)
install(DIRECTORY include/ DESTINATION include)
4 changes: 0 additions & 4 deletions tools/build_android/android_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ if [ "$#" != 3 ]; then
exit 1
fi

#Clean secp256k1
echo " >>> Cleaning secp256k1"
rm -rf $libcore_path/core/lib/secp256k1/include $libcore_path/core/lib/secp256k1/src $libcore_path/core/lib/secp256k1/tmp $libcore_path/core/lib/secp256k1/lib

#Root to polly toolchains
export POLLY_ROOT=$libcore_path/toolchains/polly
export ANDROID_NDK_r16b=$android_ndk_16b
Expand Down

0 comments on commit 73ce12f

Please sign in to comment.