New Android NDK treats linker warnings as errors and fails on all projects using ASSIMP. Set LOCAL_DISABLE_FATAL_LINKER_WARNINGS to disable this behaviour.
This commit is contained in:
parent
1bbd4cada7
commit
4aaf45d06b
31 changed files with 31 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ LOCAL_SRC_FILES := $(PROJECT_FILES)
|
|||
LOCAL_LDLIBS := -landroid -llog -lz
|
||||
|
||||
LOCAL_DISABLE_FORMAT_STRING_CHECKS := true
|
||||
LOCAL_DISABLE_FATAL_LINKER_WARNINGS := true
|
||||
|
||||
LOCAL_STATIC_LIBRARIES += android_native_app_glue
|
||||
LOCAL_STATIC_LIBRARIES += cpufeatures
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue