Fix log warnings in libnfc-nci

system/core/include is included in the global include path using
-isystem, which hides all warnings.  Move LOG_TAG definitions before
including OverrideLog.h, which includes log/log.h, in order to fix macro
redefinition warnings.  Fix a size_t log format warning.  Also disable
missing field initializer warnings.

Test: m -j native
Bug: 31492149
Change-Id: I4877a184ab55c3836081631b201943ef02d56a35
6 files changed
tree: e6eab7677ea18f34fac3f36af6f91f25eb4c9034
  1. halimpl/
  2. src/
  3. Android.mk
  4. CleanSpec.mk
  5. MODULE_LICENSE_APACHE2
  6. NOTICE