am d84869fb: am a0915abd: Merge "Fix build some more"

* commit 'd84869fbb8589430981ba19d2d1cbc9ef58b8df3':
  Fix build some more
This commit is contained in:
Brian Carlstrom 2014-03-15 21:26:33 +00:00 committed by Android Git Automerger
commit a4961e66b5

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)