Remove unnecessary duplicate

* We disable multithreaded dexopt for all builds by default now.

Change-Id: I05c01c3b7911fa8e6d3e9410f5d1cc800292ebda
This commit is contained in:
Ethan Chen 2014-08-03 20:48:18 -07:00
parent 34ee56fe6f
commit 93a2149b42
1 changed files with 0 additions and 6 deletions

View File

@ -338,12 +338,6 @@ PRODUCT_PROPERTY_OVERRIDES += persist.sys.recovery_update=false
PRODUCT_PROPERTY_OVERRIDES += \
ro.cm.display.version=$(CM_DISPLAY_VERSION)
# disable multithreaded dextop for RELEASE and SNAPSHOT builds
ifneq ($(filter RELEASE SNAPSHOT,$(CM_BUILDTYPE)),)
PRODUCT_PROPERTY_OVERRIDES += \
persist.sys.dalvik.multithread=false
endif
-include $(WORKSPACE)/build_env/image-auto-bits.mk
-include vendor/cyngn/product.mk