summaryrefslogtreecommitdiffstats
path: root/libdiskconfig
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:12:32 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:12:32 -0700
commit29e1e7393d1742f9dd5663c63026f50981e5bd89 (patch)
tree0baf9441d44fce10821ec9bf1f32655e5695a8aa /libdiskconfig
parent56286d6fdb07d8b1310c27eeb59bdf05500f166e (diff)
downloadsystem_core-29e1e7393d1742f9dd5663c63026f50981e5bd89.zip
system_core-29e1e7393d1742f9dd5663c63026f50981e5bd89.tar.gz
system_core-29e1e7393d1742f9dd5663c63026f50981e5bd89.tar.bz2
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: I2fcf31af681d92880e5d31a46d5f6777f7ca1977
Diffstat (limited to 'libdiskconfig')
-rw-r--r--libdiskconfig/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/libdiskconfig/Android.mk b/libdiskconfig/Android.mk
index c887955..74be2d9 100644
--- a/libdiskconfig/Android.mk
+++ b/libdiskconfig/Android.mk
@@ -1,8 +1,6 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
-ifneq ($(TARGET_SIMULATOR),true)
-
commonSources := \
diskconfig.c \
diskutils.c \
@@ -23,5 +21,3 @@ LOCAL_SYSTEM_SHARED_LIBRARIES := libcutils
LOCAL_CFLAGS := -O2 -g -W -Wall -Werror -D_LARGEFILE64_SOURCE
include $(BUILD_HOST_STATIC_LIBRARY)
endif # HOST_OS == linux
-
-endif # ! TARGET_SIMULATOR