1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 10:05:05 -07:00
libsodium/dist-build/Makefile.am
ReenigneCA 68baef3f03
Added script to generate all android versions and script to create AAR (#1155)
* 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
2022-02-05 20:38:12 +01:00

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