Skip to content

Add --libraries flag to copy .so to a lib directory#111

Open
KronicDeth wants to merge 1 commit intoxaynetwork:masterfrom
liveview-native:libraries
Open

Add --libraries flag to copy .so to a lib directory#111
KronicDeth wants to merge 1 commit intoxaynetwork:masterfrom
liveview-native:libraries

Conversation

@KronicDeth
Copy link
Copy Markdown
Contributor

Needed this to copy libssl.so to the Android simulator as a dependency of openssl-sys crate with the following full commandline:

cargo-tai tests --target x86_64-linux-android --android-api-lvl ${ANDROID_API} --android-ndk ${ANDROID_NDK_HOME} --android-sdk /Users/kronic.deth/Library/Android/sdk --libraries /Users/kronic.deth/Downloads/openssl-1.1.1s/libssl.so.1.1  --libraries /Users/kronic.deth/Downloads/openssl-1.1.1s/libcrypto.so.1.1 --envs LD_LIBRARY_PATH=lib

Needed this to copy libssl.so to the Android simulator as a dependency of openssl-sys crate with the following full commandline:

cargo-tai tests --target x86_64-linux-android --android-api-lvl ${ANDROID_API} --android-ndk ${ANDROID_NDK_HOME} --android-sdk /Users/kronic.deth/Library/Android/sdk --libraries /Users/kronic.deth/Downloads/openssl-1.1.1s/libssl.so.1.1  --libraries /Users/kronic.deth/Downloads/openssl-1.1.1s/libcrypto.so.1.1 --envs LD_LIBRARY_PATH=lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant