aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2010-10-22 16:32:11 -0700
committerShih-wei Liao <sliao@google.com>2010-10-22 17:02:23 -0700
commite37b79963c25f12c9fac9d0ea3a68b69d4b07ea1 (patch)
tree44368c0bf6ae2c8f45a94a44a6997e42ae86ef59 /Android.mk
parent9ebeb69b21c795d0c9f513eb40758624d56a6cfe (diff)
downloadexternal_llvm-e37b79963c25f12c9fac9d0ea3a68b69d4b07ea1.zip
external_llvm-e37b79963c25f12c9fac9d0ea3a68b69d4b07ea1.tar.gz
external_llvm-e37b79963c25f12c9fac9d0ea3a68b69d4b07ea1.tar.bz2
Falsify the enable-assertion.
Change-Id: I3c19e4b09fa8e4bd7832b409f9fe50f5b75922a6
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 88c5fdd..b6fb573 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,6 +1,6 @@
LOCAL_PATH := $(call my-dir)
LLVM_ROOT_PATH := $(LOCAL_PATH)
-LLVM_ENABLE_ASSERTION := true
+LLVM_ENABLE_ASSERTION := false
include $(CLEAR_VARS)