summaryrefslogtreecommitdiffstats
path: root/NativeCode.mk
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-06-09 23:05:14 -0700
committerIan Rogers <irogers@google.com>2014-06-09 23:05:14 -0700
commit37dd0ac5767197bf7e3e90f1a5d4e54c8f1fe93d (patch)
tree21c0199dea72f0b17ce1cc00bdd1351ae1c87ce4 /NativeCode.mk
parenta3f1cb6819f5e2b7f8a478c4ddcf70d67b4e2b53 (diff)
downloadlibcore-37dd0ac5767197bf7e3e90f1a5d4e54c8f1fe93d.zip
libcore-37dd0ac5767197bf7e3e90f1a5d4e54c8f1fe93d.tar.gz
libcore-37dd0ac5767197bf7e3e90f1a5d4e54c8f1fe93d.tar.bz2
Build fix.
Change-Id: I52559cfcc806dfe0d8682be50a6078cb678e4169
Diffstat (limited to 'NativeCode.mk')
-rw-r--r--NativeCode.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/NativeCode.mk b/NativeCode.mk
index 5e149fd..d811439 100644
--- a/NativeCode.mk
+++ b/NativeCode.mk
@@ -118,7 +118,7 @@ LOCAL_SRC_FILES += $(core_src_files)
LOCAL_CFLAGS += $(core_cflags)
LOCAL_C_INCLUDES += $(core_c_includes)
LOCAL_CPPFLAGS += $(core_cppflags)
-LOCAL_LDLIBS += -ldl -lpthread
+LOCAL_LDLIBS += -ldl -lpthread -lrt
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := libjavacore
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/NativeCode.mk