aboutsummaryrefslogtreecommitdiffstats
path: root/libcutils/Android.mk
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 /libcutils/Android.mk
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 'libcutils/Android.mk')
-rw-r--r--libcutils/Android.mk16
1 files changed, 0 insertions, 16 deletions
diff --git a/libcutils/Android.mk b/libcutils/Android.mk
index 260a0f3..0c4e235 100644
--- a/libcutils/Android.mk
+++ b/libcutils/Android.mk
@@ -93,20 +93,6 @@ LOCAL_CFLAGS += $(hostSmpFlag)
include $(BUILD_HOST_STATIC_LIBRARY)
-ifeq ($(TARGET_SIMULATOR),true)
-
-# Shared library for simulator
-# ========================================================
-include $(CLEAR_VARS)
-LOCAL_MODULE := libcutils
-LOCAL_SRC_FILES := $(commonSources) $(commonHostSources) memory.c dlmalloc_stubs.c
-LOCAL_LDLIBS := -lpthread
-LOCAL_SHARED_LIBRARIES := liblog
-LOCAL_CFLAGS += $(targetSmpFlag)
-include $(BUILD_SHARED_LIBRARY)
-
-else #!sim
-
# Shared and static library for target
# ========================================================
include $(CLEAR_VARS)
@@ -147,5 +133,3 @@ LOCAL_SRC_FILES := str_parms.c hashmap.c memory.c
LOCAL_SHARED_LIBRARIES := liblog
LOCAL_MODULE_TAGS := optional
include $(BUILD_EXECUTABLE)
-
-endif #!sim