summaryrefslogtreecommitdiffstats
path: root/nexus
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2009-06-01 08:38:16 -0700
committerSan Mehat <san@google.com>2009-06-02 10:26:58 -0700
commit37629255e95c0800ee0555042a0b6dea38efc5fe (patch)
treefc132e315b69b3585deb2572e37efc8d13c96d52 /nexus
parent3f6272056275a00c30c07394d63bbe81cc9c5eba (diff)
downloadsystem_core-37629255e95c0800ee0555042a0b6dea38efc5fe.zip
system_core-37629255e95c0800ee0555042a0b6dea38efc5fe.tar.gz
system_core-37629255e95c0800ee0555042a0b6dea38efc5fe.tar.bz2
nexus: Remove dependancy on libutil
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'nexus')
-rw-r--r--nexus/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/nexus/Android.mk b/nexus/Android.mk
index 1c4a394..bd4e3d4 100644
--- a/nexus/Android.mk
+++ b/nexus/Android.mk
@@ -32,7 +32,7 @@ LOCAL_C_INCLUDES := $(KERNEL_HEADERS) -I../../../frameworks/base/include/
LOCAL_CFLAGS :=
-LOCAL_SHARED_LIBRARIES := libsysutils libwpa_client libutils
+LOCAL_SHARED_LIBRARIES := libsysutils libwpa_client
include $(BUILD_EXECUTABLE)
@@ -46,7 +46,7 @@ LOCAL_C_INCLUDES := $(KERNEL_HEADERS)
LOCAL_CFLAGS :=
-LOCAL_SHARED_LIBRARIES := libutils
+LOCAL_SHARED_LIBRARIES := libcutils
include $(BUILD_EXECUTABLE)