From b92b303b5f52b8d71687eef6eeee78dbae9d1d17 Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Mon, 12 Sep 2011 15:29:32 -0700 Subject: Fix Mac build Add dummy rutines implementing public camera API on Mac Change-Id: Id3c9d99d863785b0e00d1bdf6deb0a1af49ce91c --- Makefile.common | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.common') 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 -- cgit v1.1