libbinder: add libutils dependency
Change-Id: I30c7291b04788c98faa43843a51b026b8a01932c
This commit is contained in:
parent
1962f65137
commit
894e178476
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user