summaryrefslogtreecommitdiffstats
path: root/modules/Android.mk
diff options
context:
space:
mode:
authorAlex Ray <aray@google.com>2012-11-06 00:12:49 -0800
committerAlex Ray <aray@google.com>2012-11-28 12:35:29 -0800
commit7ee0b7aac252dd2758e9344c12cf5f72415c5ace (patch)
tree816269df4c863611b694d4989270a8ace9782527 /modules/Android.mk
parent2a4caa5856e7e627e42daf12b6b551515c8fff27 (diff)
downloadhardware_libhardware-7ee0b7aac252dd2758e9344c12cf5f72415c5ace.zip
hardware_libhardware-7ee0b7aac252dd2758e9344c12cf5f72415c5ace.tar.gz
hardware_libhardware-7ee0b7aac252dd2758e9344c12cf5f72415c5ace.tar.bz2
Reference Camera v2 HAL Implementation
This is meant to be an example and a reference for device manufacturers on how to build a new Camera v2 HAL. This first patch has basic configuration and entry/exit. Change-Id: Ib4166e2eadb813228af38ec31a1215940c070bbf
Diffstat (limited to 'modules/Android.mk')
-rw-r--r--modules/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Android.mk b/modules/Android.mk
index faa8bb3..486b42d 100644
--- a/modules/Android.mk
+++ b/modules/Android.mk
@@ -1,2 +1,2 @@
-hardware_modules := gralloc hwcomposer audio nfc nfc-nci local_time power usbaudio audio_remote_submix
+hardware_modules := gralloc hwcomposer audio nfc nfc-nci local_time power usbaudio audio_remote_submix camera
include $(call all-named-subdir-makefiles,$(hardware_modules))