aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2011-09-03 15:17:13 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2011-09-07 10:34:21 -0700
commitc646f5e40ddda3d49b581ac0c78cf748b5dee74c (patch)
tree6787ec15abd61a9d5e337d1db8a1a8a27faaf15c /Makefile.common
parent1875d374acc7412b8b0aacaff073c8080d532924 (diff)
downloadexternal_qemu-c646f5e40ddda3d49b581ac0c78cf748b5dee74c.zip
external_qemu-c646f5e40ddda3d49b581ac0c78cf748b5dee74c.tar.gz
external_qemu-c646f5e40ddda3d49b581ac0c78cf748b5dee74c.tar.bz2
Camera service skeleton
Skeleton that implements camera emulation service over QEMU pipe. More meat will be added as the guest camera emulation develops. This is a patch taken from approved AOSP commit that didn't go through because of a merge conflict. Change-Id: I6f0a2e42be4f5f0bd86d3dbf0c2a609e74b200c2
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 0b9f954..ed3bd6e 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -424,7 +424,8 @@ CORE_MISC_SOURCES = \
android/qemu-setup.c \
android/snapshot.c \
android/utils/timezone.c \
- android/camera/camera-format-converters.c
+ android/camera/camera-format-converters.c \
+ android/camera/camera-service.c
$(call gen-hw-config-defs)