From 9cb19809c6d90c4cd2e1b0bd5a7cf137a75f4a98 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Tue, 19 May 2009 14:05:32 -0700 Subject: [PATCH] add libbinder to makefile --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index c698e26..405f79f 100644 --- a/Android.mk +++ b/Android.mk @@ -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) -- 2.11.0