commit | f7f080ce62a4a448ef7ac6cc9bddfd55e615710a | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Fri Mar 14 14:59:53 2014 -0700 |
committer | Christopher Tate <ctate@google.com> | Fri Mar 14 14:59:53 2014 -0700 |
tree | f24a9db6d307ca68fac7b66d16fd688ebaa66e42 | |
parent | 362bdf4041fe6f7b3c0051db9fd4ebaf578155f3 [diff] |
Fix build some more Missed one. Change-Id: Ic014efd927beb2df63657951e6b0f15d94e927f8
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)