mpd/android
Max Kellermann 9e058732ee android/build.py: add -fpic
Android native code should be position-independent.

The NDK build scripts use "-fpic" instead of "-fPIC" for ARM, but that
doesn't work with FFmpeg's assembly code, because it requires
R_ARM_MOVW_ABS_NC which is unavailable with "-fpic".
2018-01-19 22:40:59 +01:00
..
res/values Android: generate icon from SVG 2014-07-14 19:05:01 +02:00
src update copyright year 2017-01-03 20:48:59 +01:00
.gitignore first Android release 2014-02-22 01:39:08 +01:00
AndroidManifest.xml android: release 0.20.15 2018-01-05 18:09:56 +01:00
build.py android/build.py: add -fpic 2018-01-19 22:40:59 +01:00
custom_rules.xml first Android release 2014-02-22 01:39:08 +01:00