You CANNOT change the global WITH_DEXPREOPT

Bug: 14380196
Change-Id: I2b9e6db081558687afd5c20c7084824dfe1bb26e
pull/91/head
Ying Wang 11 years ago committed by Baligh Uddin
parent 709cb7348e
commit 82461de508
  1. 2
      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)

Loading…
Cancel
Save