Android.mk: make sure contrib-lib has precedence when linking
The contents of LOCAL_LDLIBS are added after the default linker-flags,
whereas LOCAL_LDFLAGS are added before, meaning that we previously
would link with the NDK libraries, even if libraries from contrib are
wanted.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Loading
Please register or sign in to comment