Fix build some more

Missed one.

(cherry picked from commit f7f080ce62)

Change-Id: I33bf8bcc651330b9bc434da02c47c29bc0d54369
This commit is contained in:
Christopher Tate 2014-03-14 14:59:53 -07:00 committed by Brian Carlstrom
parent 8e01210767
commit 5a6b8d15ea

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)