OSDN Git Service

add libbinder to makefile
authorMathias Agopian <mathias@google.com>
Tue, 19 May 2009 21:05:32 +0000 (14:05 -0700)
committerMathias Agopian <mathias@google.com>
Wed, 20 May 2009 20:03:47 +0000 (13:03 -0700)
Android.mk

index c698e26..405f79f 100644 (file)
@@ -6,7 +6,7 @@ SAVE_MAKEFILES := $(call all-subdir-makefiles)
 LOCAL_PATH:= $(call my-dir)
 include $(CLEAR_VARS)
 
-LOCAL_SHARED_LIBRARIES := libutils libcutils libwpa_client
+LOCAL_SHARED_LIBRARIES := libutils libbinder libcutils libwpa_client
 
 LOCAL_INCLUDES += $(LOCAL_PATH)