From 894e17847623781b4961bc611917ce8166285a2d Mon Sep 17 00:00:00 2001 From: Alex Ray Date: Tue, 23 Jul 2013 13:42:12 -0700 Subject: [PATCH] libbinder: add libutils dependency Change-Id: I30c7291b04788c98faa43843a51b026b8a01932c --- libs/binder/Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/binder/Android.mk b/libs/binder/Android.mk index 4c8820e80..f3f8dafc2 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)