Don't set DISABLE_DEXPREOPT in lunch.

Because in core/main.mk WITH_DEXPREOPT is set to true only if the build OS is linux.

Change-Id: I287ab61312667f6100371d07010bcab5cfcc7e17
This commit is contained in:
Ying Wang 2010-09-27 16:25:11 -07:00
parent 30090e41e3
commit 1fdbf261a0
1 changed files with 0 additions and 3 deletions

View File

@ -150,9 +150,6 @@ function set_stuff_for_environment()
setpaths
set_sequence_number
# Don't try to do preoptimization until it works better on OSX.
export DISABLE_DEXPREOPT=true
export ANDROID_BUILD_TOP=$(gettop)
}