Explorar el Código

You CANNOT change the global WITH_DEXPREOPT

Bug: 14380196
Change-Id: I2b9e6db081558687afd5c20c7084824dfe1bb26e
Ying Wang hace 11 años
padre
commit
d75027090c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)