summaryrefslogtreecommitdiffstats
path: root/core/product_config.mk
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:11:46 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 23:51:37 -0700
commite33ba4c49ed461d608c65eb4e09d31ca81d167ff (patch)
tree1fcc76ec2875c51aa941ebadd70e7609c0faf7c6 /core/product_config.mk
parent18a298e7bc39310b844e3587345e71495a9f4bb6 (diff)
downloadreplicant_build-e33ba4c49ed461d608c65eb4e09d31ca81d167ff.zip
replicant_build-e33ba4c49ed461d608c65eb4e09d31ca81d167ff.tar.gz
replicant_build-e33ba4c49ed461d608c65eb4e09d31ca81d167ff.tar.bz2
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: Ie814f4c8d3aa1e7cc7f5735822ab25542f36cf62
Diffstat (limited to 'core/product_config.mk')
-rw-r--r--core/product_config.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/product_config.mk b/core/product_config.mk
index d766ba7..1567f6d 100644
--- a/core/product_config.mk
+++ b/core/product_config.mk
@@ -163,26 +163,13 @@ ifdef unbundled_goals
$(unbundled_goals): $(MAKECMDGOALS)
endif # unbundled_goals
-# ---------------------------------------------------------------
-# Simulator overrides
-ifeq ($(TARGET_PRODUCT),sim)
- # Tell the build system to turn on some special cases
- # to deal with the simulator product.
- TARGET_SIMULATOR := true
- # dexpreopt doesn't work when building the simulator
- DISABLE_DEXPREOPT := true
-endif
-
# Default to building dalvikvm on hosts that support it...
ifeq ($(HOST_OS),linux)
-# ... but not if we're building the sim...
-ifneq ($(TARGET_SIMULATOR),true)
# ... or if the if the option is already set
ifeq ($(WITH_HOST_DALVIK),)
WITH_HOST_DALVIK := true
endif
endif
-endif
# ---------------------------------------------------------------
# Include the product definitions.