Small fix to Application.mk

We were overriding the APP_LDFLAGS rather than appending to it.
This commit is contained in:
Scott Kyle 2016-02-02 14:53:07 -08:00
parent bdc20d5263
commit 9b37284b4e

View File

@ -15,6 +15,6 @@ APP_CPPFLAGS += -DREALM_HAVE_CONFIG
# Make sure every shared lib includes a .note.gnu.build-id header
APP_LDFLAGS := -Wl,--build-id
APP_LDFLAGS += -llog
NDK_TOOLCHAIN_VERSION := 4.9
APP_LDFLAGS := -llog