summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Ray <aray@google.com>2013-07-23 21:49:37 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-07-23 21:49:38 +0000
commit0e0f10b5619d6dc37ede7435c6e92e14f5411f27 (patch)
tree36855a927f20d97a4d4c86b90289146c4afb6616
parentf52ca32724edefc493663439d7fb76d8c9741488 (diff)
parent894e17847623781b4961bc611917ce8166285a2d (diff)
downloadframeworks_native-0e0f10b5619d6dc37ede7435c6e92e14f5411f27.zip
frameworks_native-0e0f10b5619d6dc37ede7435c6e92e14f5411f27.tar.gz
frameworks_native-0e0f10b5619d6dc37ede7435c6e92e14f5411f27.tar.bz2
Merge "libbinder: add libutils dependency"
-rw-r--r--libs/binder/Android.mk1
1 files changed, 1 insertions, 0 deletions
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 $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)
LOCAL_LDLIBS += -lpthread
LOCAL_MODULE := libbinder
+LOCAL_STATIC_LIBRARIES += libutils
LOCAL_SRC_FILES := $(sources)
include $(BUILD_STATIC_LIBRARY)