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

Commit 737c87a5 authored by Satoshi Kataoka's avatar Satoshi Kataoka Committed by Android (Google) Code Review
Browse files

Merge "Accept external debug flag in native code"

parents 06bc7fed 3ffaf392
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

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