Fix build some more

Missed one.

Change-Id: Ic014efd927beb2df63657951e6b0f15d94e927f8
This commit is contained in:
Christopher Tate 2014-03-14 14:59:53 -07:00
parent 362bdf4041
commit f7f080ce62
1 changed files with 2 additions and 0 deletions

View File

@ -71,7 +71,9 @@ include $(BUILD_HOST_STATIC_LIBRARY)
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)