OSDN Git Service

Don't set DISABLE_DEXPREOPT in lunch.
authorYing Wang <wangying@google.com>
Mon, 27 Sep 2010 23:25:11 +0000 (16:25 -0700)
committerYing Wang <wangying@google.com>
Mon, 27 Sep 2010 23:25:11 +0000 (16:25 -0700)
Because in core/main.mk WITH_DEXPREOPT is set to true only if the build OS is linux.

Change-Id: I287ab61312667f6100371d07010bcab5cfcc7e17

envsetup.sh

index e85aab6..a8f2d4d 100644 (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)
 }