Merge "Accept external debug flag in native code"

This commit is contained in:
Satoshi Kataoka 2012-06-28 22:56:04 -07:00 committed by Android (Google) Code Review
commit 737c87a5f1

View file

@ -17,7 +17,7 @@ LOCAL_PATH := $(call my-dir)
############ some local flags ############ some local flags
# If you change any of those flags, you need to rebuild both libjni_latinime_static # If you change any of those flags, you need to rebuild both libjni_latinime_static
# and the shared library. # and the shared library.
#FLAG_DBG := true FLAG_DBG ?= false
FLAG_DO_PROFILE ?= false FLAG_DO_PROFILE ?= false
###################################### ######################################