diff options
author | San Mehat <san@google.com> | 2009-06-01 08:38:16 -0700 |
---|---|---|
committer | San Mehat <san@google.com> | 2009-06-02 10:26:58 -0700 |
commit | 37629255e95c0800ee0555042a0b6dea38efc5fe (patch) | |
tree | fc132e315b69b3585deb2572e37efc8d13c96d52 /nexus | |
parent | 3f6272056275a00c30c07394d63bbe81cc9c5eba (diff) | |
download | system_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.mk | 4 |
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) |