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:
