aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2011-09-12 15:29:32 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2011-09-12 15:29:32 -0700
commitb92b303b5f52b8d71687eef6eeee78dbae9d1d17 (patch)
tree3faa6a4d90c59c7127a2d2bb72a0ce83978eccba /Makefile.common
parentcf1c2c70dd99e7d78816ba9a558f9ed8c016862b (diff)
downloadexternal_qemu-b92b303b5f52b8d71687eef6eeee78dbae9d1d17.zip
external_qemu-b92b303b5f52b8d71687eef6eeee78dbae9d1d17.tar.gz
external_qemu-b92b303b5f52b8d71687eef6eeee78dbae9d1d17.tar.bz2
Fix Mac build
Add dummy rutines implementing public camera API on Mac Change-Id: Id3c9d99d863785b0e00d1bdf6deb0a1af49ce91c
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index ed3bd6e..a816a8a 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -456,6 +456,10 @@ else
CORE_MISC_SOURCES += posix-aio-compat.c
endif
+ifeq ($(HOST_OS),darwin)
+ CORE_MISC_SOURCES += android/camera/camera-capture-mac.c
+endif
+
LOCAL_SRC_FILES += $(CORE_MISC_SOURCES)
# Required