Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ffaf392 authored by Satoshi Kataoka's avatar Satoshi Kataoka
Browse files

Accept external debug flag in native code

Change-Id: I762fd9025ffd6518daf42903875d6ca0a5389ff4
parent 8fcd7694
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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

######################################