summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorAlex Ray <aray@google.com>2013-07-23 13:42:12 -0700
committerAlex Ray <aray@google.com>2013-07-23 13:43:00 -0700
commit894e17847623781b4961bc611917ce8166285a2d (patch)
tree13da7cdb7c16a228e0ed9701b02d3c0702c2ded7 /libs
parent1962f6513732682645f74561c0665e168196056e (diff)
downloadframeworks_native-894e17847623781b4961bc611917ce8166285a2d.zip
frameworks_native-894e17847623781b4961bc611917ce8166285a2d.tar.gz
frameworks_native-894e17847623781b4961bc611917ce8166285a2d.tar.bz2
libbinder: add libutils dependency
Change-Id: I30c7291b04788c98faa43843a51b026b8a01932c
Diffstat (limited to 'libs')
-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)