aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Petit <kevin.petit@arm.com>2014-05-01 11:22:24 +0100
committerAmit Pundir <amit.pundir@linaro.org>2014-05-08 02:44:36 +0530
commit99831f0d0a1992d56a8ecb35c5881115a4f81c24 (patch)
treeb9ea86d568bda80970dc33838963b913e6d2ba4e
parent33a6680ab98977cd5b9b7b03f4875b9265cfec3b (diff)
downloadprotobuf-linaro-juice2-20140507.tar.gz
Use LOCAL_DEX_PREOPT instead of WITH_DEXPREOPTlinaro-juice2-20140507
WITH_DEXPREOPT was polluting all the build. Change-Id: I7a10d1c6759f5544f21dc146f7fa60a033387d59 Signed-off-by: Kévin Petit <kevin.petit@arm.com>
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index faf6e393d..3f9b2e14d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -437,6 +437,6 @@ LOCAL_STATIC_JAVA_LIBRARIES := libprotobuf-java-2.3.0-nano \
android-nano-test-parcelable \
android-nano-test-parcelable-extendable
-WITH_DEXPREOPT := false
+LOCAL_DEX_PREOPT := false
include $(BUILD_PACKAGE)