commit | a0915abd2fb57113bc46e8d8fe5013ca4a9ef6e8 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Sat Mar 15 21:19:28 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Mar 15 21:19:28 2014 +0000 |
tree | 5306be61c894f9dfba050f8ba6330be5a2abbb66 | |
parent | 8e01210767493ceb8f264c1bef7a635f0aa32222 [diff] | |
parent | 5a6b8d15ea7fa8e4facf256f5cdedf2be900ec72 [diff] |
Merge "Fix build some more"
diff --git a/liblog/Android.mk b/liblog/Android.mk index a4c52e7..a23de2d 100644 --- a/liblog/Android.mk +++ b/liblog/Android.mk
@@ -71,7 +71,9 @@ include $(CLEAR_VARS) LOCAL_MODULE := liblog LOCAL_WHOLE_STATIC_LIBRARIES := liblog +ifeq ($(strip $(HOST_OS)),linux) LOCAL_LDLIBS := -lrt +endif include $(BUILD_HOST_SHARED_LIBRARY)