Browse Source

am 94f522f9: am 49512cb0: Merge "You CANNOT change the global WITH_DEXPREOPT"

* commit '94f522f907e3f34f70d9e7816b947e62fddbb267':
  You CANNOT change the global WITH_DEXPREOPT
Ying Wang 11 years ago
parent
commit
efd4ae404f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Android.mk

+ 1 - 1
Android.mk

@@ -437,6 +437,6 @@ LOCAL_STATIC_JAVA_LIBRARIES := libprotobuf-java-2.3.0-nano \
         android-nano-test-parcelable \
         android-nano-test-parcelable \
         android-nano-test-parcelable-extendable
         android-nano-test-parcelable-extendable
 
 
-WITH_DEXPREOPT := false
+LOCAL_DEX_PREOPT := false
 
 
 include $(BUILD_PACKAGE)
 include $(BUILD_PACKAGE)