qapi: First integration of qapi definitions.
Brings headers (and some sources) related to the QEMU object
model up to date with regards to upstream. Note that this misses
several implementation files which are currently not used.
Also misses qemu/cpu.h since it defines CPUState in a completely
different way than our current sources.
Change-Id: I8ece10ff9fcab28cb2e7de3493be21b793b3c98a
diff --git a/Makefile.android b/Makefile.android
index a166ccb..7af2b48 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -147,6 +147,10 @@
MY_CFLAGS += -I$(LOCAL_PATH)/include
+# Need to include "qapi-types.h" and other auto-generated files from
+# android-configure.sh
+MY_CFLAGS += -I$(LOCAL_PATH)/qapi-auto-generated
+
# A useful function that can be used to start the declaration of a host
# module. Avoids repeating the same stuff again and again.
# Usage: