Merge "Accept external debug flag in native code"

main
Satoshi Kataoka 2012-06-28 22:56:04 -07:00 committed by Android (Google) Code Review
commit 737c87a5f1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ LOCAL_PATH := $(call my-dir)
############ 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
######################################