Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

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

Description

@al-ah

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions