issues
search
line
/
stellite
Stellite project is a client library and server application that offers an easy way to develop, build, and implement client/server running primarily over the QUIC protocol developed by Google as part of the Chromium project.
Apache License 2.0
475
stars
81
forks
source link
Fixes for shared android build
#36
Closed
gabiz
closed
7 years ago
gabiz
commented
7 years ago
Added arm64 to android_ndk_lib_dir
User android_ndk_lib which includes android_ndk_sysroot for crt_begin.o and crt_end.o
Add '-Wl,-soname={}'.format(library_name) to 'so' to avoid android linker to use local build path.
issue #26
issue #26