Will fix Android-x86_64 cmake

Use the same flags from android-x86 project  load fine in marsmallow and nougat tested android-x86 images and avd images 
set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-fatal-warnings -Wl,-Bsymbolic")
This commit is contained in:
Carlos Estrague / Mrc_munir 2017-10-15 04:33:57 -04:00 committed by GitHub
parent ed602a3319
commit a37ef3ecbf

View File

@ -1614,7 +1614,7 @@ add_library(${CoreLibName} ${CoreLinkType}
if(ANDROID)
set(CoreExtraLibs ${CoreExtraLibs} android)
if(X86_64)
set(CoreExtraLibs -Wl,--gc-sections -Wl,--exclude-libs,ALL)
set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-fatal-warnings -Wl,-Bsymbolic")
endif()
endif()