summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2011-06-14 17:47:30 -0700
committerNick Pelly <npelly@google.com>2011-06-14 18:32:02 -0700
commit4b276c94d7a3286d8b73fdbd975053651b4cf989 (patch)
tree7b7c76ee9eaaa81b2ccd260c64010dc0ddb72e68 /Android.mk
parentf93b21f7b62f436e75973fdf2e1a15023f9d1467 (diff)
downloadexternal_libnfc-nxp-4b276c94d7a3286d8b73fdbd975053651b4cf989.zip
external_libnfc-nxp-4b276c94d7a3286d8b73fdbd975053651b4cf989.tar.gz
external_libnfc-nxp-4b276c94d7a3286d8b73fdbd975053651b4cf989.tar.bz2
Misc changes for Nexus Prime bringup.
o Fix uart read() implementation o Temporarily disable firmware update o Rename ttySx to ttyOx (this should be properly abstracted later) o Bug fix in #ifdef code o Update verbose logging arguments Change-Id: I87814e2be9ddbf5036d5586a2fd82311d56ec47f
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 970a5c2..76f1e1f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -106,7 +106,7 @@ LOCAL_SRC_FILES += Linux_x86/phDal4Nfc_i2c.c
LOCAL_SRC_FILES += Linux_x86/phDal4Nfc_messageQueueLib.c
# Really verbose:
-#LOCAL_CFLAGS += -DNXP_MESSAGING -DANDROID -DDEBUG -DDAL_TRACE -DINCLUDE_DALINIT_DEINIT -pipe -fomit-frame-pointer -Wall -Wno-trigraphs -Werror-implicit-function-declaration -fno-strict-aliasing -fpic
+# LOCAL_CFLAGS += -DNXP_MESSAGING -DANDROID -DDEBUG -DDAL_TRACE -DLLC_TRACE -DLOW_LEVEL_TRACES -DINCLUDE_DALINIT_DEINIT -pipe -fomit-frame-pointer -Wall -Wno-trigraphs -Werror-implicit-function-declaration -fno-strict-aliasing -fpic
# Just show I2C traffic:
#LOCAL_CFLAGS += -DNXP_MESSAGING -DANDROID -DINCLUDE_DALINIT_DEINIT -DLOW_LEVEL_TRACES -pipe -fomit-frame-pointer -Wall -Wno-trigraphs -Werror-implicit-function-declaration -fno-strict-aliasing -fpic
# Quiet: