summaryrefslogtreecommitdiff
path: root/android/build.py
AgeCommit message (Expand)Author
2021-01-21python/build/libs.py: build CURL with OpenSSL supportMax Kellermann
2021-01-19python/build/ffmpeg.py: remove obsolete -no-integrated-as workaroundMax Kellermann
2020-06-10{android,win32}/build.py: enable the GME decoder pluginMax Kellermann
2020-05-27{android,win32}/build.py: build libmodplug and WildMidiMax Kellermann
2020-05-07android/build.py: use -fpic instead of -fPIC on ARM/Aarch64Max Kellermann
2020-05-07android/build.py: use -mfpu=vfpv3-d16 on ARMv7Max Kellermann
2020-01-12android/build.py: support x86_64 buildsMax Kellermann
2020-01-12android/build.py: drop -lmstackrealignMax Kellermann
2020-01-12android/build.py: add -Wl,--exclude-libs=ALLMax Kellermann
2020-01-12android/build.py: add -fno-faddrsig and -lmstackrealignMax Kellermann
2020-01-12android/build.py: drop --sysroot, -isystem, -L, ...Max Kellermann
2020-01-12android/build.py: append API level to LLVM tripleMax Kellermann
2020-01-12android/build.py: drop "-none" from llvm_tripleMax Kellermann
2020-01-12android/build.py: remove obsolete dict key android_api_levelMax Kellermann
2019-05-03android/build.py: link ARMv7 binary with libunwindMax Kellermann
2018-10-23Merge tag 'v0.20.22'Max Kellermann
2018-10-23android/build.py: improved libc++ linker flags (for NDK r18)Max Kellermann
2018-10-14build with Meson instead of autotoolsMax Kellermann
2018-08-17android/build.py: add aarch64 supportMax Kellermann
2018-08-17android: raise minSdkVersion to 21Max Kellermann
2018-08-17android/build.py: add variable "android_api_level"Max Kellermann
2018-08-17android/build.py: enable libexpat for the "curl" storage pluginMax Kellermann
2018-05-12python/build/libs.py: add libmpdclientMax Kellermann
2018-03-04android/build.py: support the x86 ABIMax Kellermann
2018-03-04android/build.py: add ABI parameterMax Kellermann
2018-03-04android/build.py: convert ndk_arch to local variableMax Kellermann
2018-02-24android/build.py: disable libmadMax Kellermann
2018-02-20python/build/libs.py: add libnfsMax Kellermann
2018-02-10android: require SDK version 14Max Kellermann
2018-02-10android/build.py: add -mfpu=vfp, explicitly disabling NEONMax Kellermann
2018-01-19android/build.py: add -fpicMax Kellermann
2018-01-19android/build.py: simplify libc++ flagsMax Kellermann
2018-01-19{android,win32}/build.py: move "-O* -g" to common_flagsMax Kellermann
2018-01-04android/build.py: enable function/data sections in static librariesMax Kellermann
2017-12-12android/build.py: support NDK r16Max Kellermann
2017-07-19{android,win32}/build.py: concatenate variables from the command lineMax Kellermann
2017-03-01android/build.py: build with libc++ instead of GNU libstdc++Max Kellermann
2016-10-26android/build.py: always build with clangMax Kellermann
2016-10-26android/build.py: drop LLVM version from pathMax Kellermann
2016-10-26android/build.py: pass architecture/CPU flags to the linkerMax Kellermann
2016-10-26python/build/autotools: pass RANLIB to configureMax Kellermann
2015-11-23{android,win32}/build.py: move code to python/build/libs.pyMax Kellermann
2015-11-23{android,win32}/build.py: move code to python/build/dirs.pyMax Kellermann
2015-11-21{android,win32}/build.py: move class FfmpegProject to build/ffmpeg.pyMax Kellermann
2015-11-21{android,win32}/build.py: FfmpegProject detects CPU and OSMax Kellermann
2015-11-21{android,win32}/build.py: move class BoostProject to build/boost.pyMax Kellermann
2015-11-21{android,win32}/build.py: move class AutotoolsProject to build/autotools.pyMax Kellermann
2015-11-21{android,win32}/build.py: move class Project to build/project.pyMax Kellermann
2015-11-20{android,win32}/build.py: add tarball_path and src_path to toolchain classMax Kellermann
2015-11-20{android,win32}/build.py: move common code to python/build/Max Kellermann