mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 10:05:05 -07:00
68baef3f03
* Added script to generate all android versions and script to create AAR with prefab * disable-pie so x86 static lib works. Update AAR to fix bug related to soname field in .so files themselves. Integrate android-all.sh into android-aar.sh * Missed updated android-build.sh in last commit. This adds --disable-pie to the configure flags * Added message after android-aar compilation explaining aar usage
15 lines
242 B
Makefile
15 lines
242 B
Makefile
|
|
EXTRA_DIST = \
|
|
android-build.sh \
|
|
android-aar.sh \
|
|
android-armv7-a.sh \
|
|
android-armv8-a.sh \
|
|
android-x86.sh \
|
|
android-x86_64.sh \
|
|
emscripten.sh \
|
|
apple-xcframework.sh \
|
|
macos.sh \
|
|
msys2-win32.sh \
|
|
msys2-win64.sh \
|
|
wasm32-wasi.sh
|