• Max Kellermann's avatar
    android/build.py: add -fpic · 9e058732
    Max Kellermann authored
    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".
    9e058732
Name
Last commit
Last update
..
res/values Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
AndroidManifest.xml Loading commit data...
build.py Loading commit data...
custom_rules.xml Loading commit data...