common: Disable multithreaded dextop on RELEASE and SNAPSHOT builds

This needs some more work before it can be considered stable enough
for use on these builds.

Change-Id: Ic80603cc59623da878875e40de92bda5caef3331
This commit is contained in:
Brint E. Kriebel 2014-07-09 15:11:50 -07:00
parent 60e945ee9a
commit 1df415bba2
1 changed files with 6 additions and 0 deletions

View File

@ -329,6 +329,12 @@ 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