android/base/Log.h: Add C++ Logging helper class.
Android-specific portions of the emulator are going to gradually
switch to C++ to make the code easier to structure, test and
refactor. This shall not impact anything that QEMU depends on.
This is the first patch in a series that will gradually operate
these changes. It introduces "android/base/Log.h", which provides
useful macros to perform logging and error checks.
Change-Id: I3d25bd029009d3e428ed2b5b3a02ac41313325c0
diff --git a/Makefile.common b/Makefile.common
index 7d49b49..0d0e827 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -118,6 +118,7 @@
android/avd/util.c \
android/sockets.c \
android/sync-utils.c \
+ android/base/Log.cpp \
android/utils/assert.c \
android/utils/bufprint.c \
android/utils/debug.c \