Remove useless line in Android.mk.
ndk-build has been warning that this option does nothing for this module because it is a static library. Static libraries are not linked.
This commit is contained in:
parent
75d782181e
commit
3d7df65a19
@ -335,7 +335,6 @@ LOCAL_CPPFLAGS := -frtti
|
||||
LOCAL_CFLAGS += '-DVERSION="1.3.1"' -DFLAC__NO_MD5 -DFLAC__INTEGER_ONLY_LIBRARY -DFLAC__NO_ASM
|
||||
LOCAL_CFLAGS += -D_REENTRANT -DPIC -DU_COMMON_IMPLEMENTATION -fPIC -DHAVE_SYS_PARAM_H
|
||||
LOCAL_CFLAGS += -O3 -funroll-loops -finline-functions
|
||||
LOCAL_LDLIBS := -lz -lm
|
||||
LOCAL_C_INCLUDES := ./jni/exoplayer/libFLAC/include
|
||||
LOCAL_ARM_MODE := arm
|
||||
LOCAL_CPP_EXTENSION := .cc
|
||||
|
Loading…
Reference in New Issue
Block a user