aboutsummaryrefslogtreecommitdiffstats
path: root/libdiskconfig
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2011-11-07 18:18:27 -0800
committerYing Wang <wangying@google.com>2011-11-07 18:18:27 -0800
commitfcc0580a7ead3db8eebde97e4733fe0c6b777ebd (patch)
tree33bbafdc77fd5d8c4355a7f74a122e6acc464d72 /libdiskconfig
parent8e4e894acf0ba40df2221c14d91b3a3088adef07 (diff)
downloadsystem_core-fcc0580a7ead3db8eebde97e4733fe0c6b777ebd.zip
system_core-fcc0580a7ead3db8eebde97e4733fe0c6b777ebd.tar.gz
system_core-fcc0580a7ead3db8eebde97e4733fe0c6b777ebd.tar.bz2
Remove unnecessary libraries.
There is no host library named libcutils. Change-Id: I3b346b9e1a5556cd0cfc932560d9ce54ae6d38f2
Diffstat (limited to 'libdiskconfig')
-rw-r--r--libdiskconfig/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/libdiskconfig/Android.mk b/libdiskconfig/Android.mk
index 9decbb9..b5d83fa 100644
--- a/libdiskconfig/Android.mk
+++ b/libdiskconfig/Android.mk
@@ -19,7 +19,6 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(commonSources)
LOCAL_MODULE := libdiskconfig_host
LOCAL_MODULE_TAGS := optional
-LOCAL_SYSTEM_SHARED_LIBRARIES := libcutils
LOCAL_CFLAGS := -O2 -g -W -Wall -Werror -D_LARGEFILE64_SOURCE
include $(BUILD_HOST_STATIC_LIBRARY)
endif # HOST_OS == linux