commit | 894e17847623781b4961bc611917ce8166285a2d | [log] [tgz] |
---|---|---|
author | Alex Ray <aray@google.com> | Tue Jul 23 13:42:12 2013 -0700 |
committer | Alex Ray <aray@google.com> | Tue Jul 23 13:43:00 2013 -0700 |
tree | 13da7cdb7c16a228e0ed9701b02d3c0702c2ded7 | |
parent | 1962f6513732682645f74561c0665e168196056e [diff] [blame] |
libbinder: add libutils dependency Change-Id: I30c7291b04788c98faa43843a51b026b8a01932c
diff --git a/libs/binder/Android.mk b/libs/binder/Android.mk index 4c8820e..f3f8daf 100644 --- a/libs/binder/Android.mk +++ b/libs/binder/Android.mk
@@ -47,5 +47,6 @@ include $(CLEAR_VARS) LOCAL_LDLIBS += -lpthread LOCAL_MODULE := libbinder +LOCAL_STATIC_LIBRARIES += libutils LOCAL_SRC_FILES := $(sources) include $(BUILD_STATIC_LIBRARY)