Fix build some more
Missed one. Change-Id: Ic014efd927beb2df63657951e6b0f15d94e927f8
This commit is contained in:
parent
362bdf4041
commit
f7f080ce62
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue