summaryrefslogtreecommitdiffstats
path: root/NativeCode.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2011-08-31 10:28:27 -0700
committerBrian Carlstrom <bdc@google.com>2013-06-07 12:09:07 -0700
commit22ccdd01e2fabc37d858be32291a854ff72f1840 (patch)
tree27d287ed741a093e59fc6ab629653b62234c7440 /NativeCode.mk
parent5258eec89ea89263067784a9376c85f9e41bab35 (diff)
downloadlibcore-22ccdd01e2fabc37d858be32291a854ff72f1840.zip
libcore-22ccdd01e2fabc37d858be32291a854ff72f1840.tar.gz
libcore-22ccdd01e2fabc37d858be32291a854ff72f1840.tar.bz2
Move System.currentTimeMillis, nanoTime, and mapLibraryName into the library.
(cherry-picked from commit 37d6cc06f62b2029663137a1b8c18242152c1e97) Change-Id: I3b3aa3f508b9c6f43b27022cd8bc9aa82e630e01
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 e50e25b..93f3b20 100644
--- a/NativeCode.mk
+++ b/NativeCode.mk
@@ -138,7 +138,7 @@ ifeq ($(WITH_HOST_DALVIK),true)
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