From 7ee0b7aac252dd2758e9344c12cf5f72415c5ace Mon Sep 17 00:00:00 2001 From: Alex Ray Date: Tue, 6 Nov 2012 00:12:49 -0800 Subject: 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 --- modules/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/Android.mk') 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)) -- cgit v1.1