summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJeff Hao <jeffhao@google.com>2015-03-03 23:32:31 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-03-03 23:32:32 +0000
commit86a4db469e9ab31d6574a58fe67702c7fc5222d7 (patch)
tree957eae3e59861671b7043640d68958c6b80a4989 /build
parent0e5e728a4a4f042f157e1897cc8bbc2b0bb110b1 (diff)
parentf3c7ba6a5759873138fbf4ae24a216dc0d87a3fe (diff)
downloadart-86a4db469e9ab31d6574a58fe67702c7fc5222d7.zip
art-86a4db469e9ab31d6574a58fe67702c7fc5222d7.tar.gz
art-86a4db469e9ab31d6574a58fe67702c7fc5222d7.tar.bz2
Merge "Remove ART_SMALL_MODE ifdefs."
Diffstat (limited to 'build')
-rw-r--r--build/Android.common_build.mk16
1 files changed, 0 insertions, 16 deletions
diff --git a/build/Android.common_build.mk b/build/Android.common_build.mk
index 6a83e72..08b4ec2 100644
--- a/build/Android.common_build.mk
+++ b/build/Android.common_build.mk
@@ -60,18 +60,6 @@ ART_JIT := true
endif
#
-# Used to enable smart mode
-#
-ART_SMALL_MODE := false
-ifneq ($(wildcard art/SMALL_ART),)
-$(info Enabling ART_SMALL_MODE because of existence of art/SMALL_ART)
-ART_SMALL_MODE := true
-endif
-ifeq ($(WITH_ART_SMALL_MODE), true)
-ART_SMALL_MODE := true
-endif
-
-#
# Used to change the default GC. Valid values are CMS, SS, GSS. The default is CMS.
#
ART_DEFAULT_GC_TYPE ?= CMS
@@ -219,10 +207,6 @@ else
art_cflags += -DIMT_SIZE=64
endif
-ifeq ($(ART_SMALL_MODE),true)
- art_cflags += -DART_SMALL_MODE=1
-endif
-
ifeq ($(ART_USE_OPTIMIZING_COMPILER),true)
art_cflags += -DART_USE_OPTIMIZING_COMPILER=1
endif