Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this package produce +quic output for use on Android? #176

Open
al-ah opened this issue Jan 12, 2025 · 0 comments
Open

Does this package produce +quic output for use on Android? #176

al-ah opened this issue Jan 12, 2025 · 0 comments

Comments

@al-ah
Copy link

al-ah commented Jan 12, 2025

hi
Does this package produce +quic output for use on Android?
Because I followed the NOTES-ANDROID.md manual file and it only produced openssl output without the libcrypto.so.81.3 and libssl.so.81.3 files.

These are the commands I used to produce the Android package:

git checkout openssl-3.1.7+quic

export ANDROID_NDK_ROOT=/home/ali/Android/Sdk/ndk/28.0.12674087
export PATH=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin:$PATH

./Configure android-x86_64 -D__ANDROID_API__=28 \
    --prefix=/home/ali/Desktop/openssl/build/x86_64

make clean
make
make install
 

result:
image

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

No branches or pull requests

1 participant