Merge "libbinder: add libutils dependency"

This commit is contained in:
Alex Ray 2013-07-23 21:49:37 +00:00 committed by Android (Google) Code Review
commit 0e0f10b561

View File

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