summaryrefslogtreecommitdiffstats
path: root/test/Android.libnativebridgetest.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/Android.libnativebridgetest.mk')
-rw-r--r--test/Android.libnativebridgetest.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Android.libnativebridgetest.mk b/test/Android.libnativebridgetest.mk
index dd7255a..5e2493c 100644
--- a/test/Android.libnativebridgetest.mk
+++ b/test/Android.libnativebridgetest.mk
@@ -62,7 +62,7 @@ define build-libnativebridgetest
LOCAL_CLANG := $(ART_HOST_CLANG)
LOCAL_CFLAGS := $(ART_HOST_CFLAGS) $(ART_HOST_DEBUG_CFLAGS)
LOCAL_STATIC_LIBRARIES := libcutils
- LOCAL_LDLIBS += -ldl -lpthread
+ LOCAL_LDLIBS := $(ART_HOST_LDLIBS) -ldl -lpthread
ifeq ($(HOST_OS),linux)
LOCAL_LDLIBS += -lrt
endif