aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:12:05 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:12:05 -0700
commit2b6197a103289c6e618bf3f0e8e1b9469ce125c6 (patch)
tree460f812da75c198cb471a225913708f116feadc0
parented0061bce2998d42cf5d4f95b3a83c87b8bbfc2e (diff)
downloadquake-2b6197a103289c6e618bf3f0e8e1b9469ce125c6.tar.gz
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: Ie1db4b3c816376ce0d180f205d255851cc922fa6
-rw-r--r--Android.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/Android.mk b/Android.mk
index 85c284b..83a17ed 100644
--- a/Android.mk
+++ b/Android.mk
@@ -2,7 +2,6 @@
# Quake game
# This makefile builds both an activity and a shared library.
#########################################################################
-ifneq ($(TARGET_SIMULATOR),true) # not 64 bit clean
TOP_LOCAL_PATH:= $(call my-dir)
@@ -104,8 +103,4 @@ LOCAL_MODULE := libquake
LOCAL_ARM_MODE := arm
-
-
include $(BUILD_SHARED_LIBRARY)
-
-endif # TARGET_SIMULATOR