From 9c7fc4b3259b21198039c82ff1e1e398197bab3c Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Wed, 5 Nov 2014 14:53:53 -0800 Subject: [PATCH] Remove stale dexopt flags. Change-Id: Ib58d39012eabd5f854b9434ab922340fcfe43b57 --- core/main.mk | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/core/main.mk b/core/main.mk index 7791c3ed1..cf6cf7f6f 100644 --- a/core/main.mk +++ b/core/main.mk @@ -406,16 +406,6 @@ endif BUILD_WITHOUT_PV := true -## precise GC ## - -ifneq ($(filter dalvik.gc.type-precise,$(PRODUCT_TAGS)),) - # Enabling type-precise GC results in larger optimized DEX files. The - # additional storage requirements for ".odex" files can cause /system - # to overflow on some devices, so this is configured separately for - # each product. - ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.dexopt-flags=m=y -endif - ADDITIONAL_BUILD_PROPERTIES += net.bt.name=Android # enable vm tracing in files for now to help track