commit | 3ffaf392812ecb4edbd8ce62e9c7bb355f4d7072 | [log] [tgz] |
---|---|---|
author | Satoshi Kataoka <satok@google.com> | Fri Jun 29 12:53:34 2012 +0900 |
committer | Satoshi Kataoka <satok@google.com> | Fri Jun 29 12:54:36 2012 +0900 |
tree | 5bbc015a8cab3354ec50c3cc55e8274d305d0ebd | |
parent | 8fcd7694ae34e9dd30f3bfaf682ded566f40847d [diff] [blame] |
Accept external debug flag in native code Change-Id: I762fd9025ffd6518daf42903875d6ca0a5389ff4
diff --git a/native/jni/Android.mk b/native/jni/Android.mk index 237f19d..df98680 100644 --- a/native/jni/Android.mk +++ b/native/jni/Android.mk
@@ -17,7 +17,7 @@ ############ some local flags # If you change any of those flags, you need to rebuild both libjni_latinime_static # and the shared library. -#FLAG_DBG := true +FLAG_DBG ?= false FLAG_DO_PROFILE ?= false ######################################