summaryrefslogtreecommitdiffstats
path: root/qemu/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/Android.mk')
-rw-r--r--qemu/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu/Android.mk b/qemu/Android.mk
new file mode 100644
index 0000000..5171754
--- /dev/null
+++ b/qemu/Android.mk
@@ -0,0 +1,3 @@
+ifeq ($(QEMU_HARDWARE),true)
+LOCAL_SRC_FILES += qemu/qemu.c
+endif