LOCAL_LDLIBS – The list of additional linker flags to be used when building your shared library or executable. …
LOCAL_LDFLAGS – The list of other linker flags to be used when building your shared library or executable. …
那么这两者有什么区别?
> LOCAL_LDLIBS将指定库或至少要链接到结果中的对象> LOCAL_LDFLAGS将为链接器指定其他配置选项