forked from openkylin/platform_build
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:
parent
30090e41e3
commit
1fdbf261a0
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue