libbinder: add libutils dependency

Change-Id: I30c7291b04788c98faa43843a51b026b8a01932c
This commit is contained in:
Alex Ray 2013-07-23 13:42:12 -07:00
parent 1962f65137
commit 894e178476

View File

@ -47,5 +47,6 @@ include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS) include $(CLEAR_VARS)
LOCAL_LDLIBS += -lpthread LOCAL_LDLIBS += -lpthread
LOCAL_MODULE := libbinder LOCAL_MODULE := libbinder
LOCAL_STATIC_LIBRARIES += libutils
LOCAL_SRC_FILES := $(sources) LOCAL_SRC_FILES := $(sources)
include $(BUILD_STATIC_LIBRARY) include $(BUILD_STATIC_LIBRARY)