From 68478ce3e332bcb008c55f793adb11b88f63ad03 Mon Sep 17 00:00:00 2001 From: Shukla Mradul Date: Sat, 21 May 2016 14:32:30 +0530 Subject: msm8996-common: QCamera2:HAL : HAL1 Removal during Compile time Issue: Compile time HAL1 Removal as for IOT projects we are going to use only HAL3 so removing HAL1 Camera files from compile time. fix: Modified the Android.mk file to remove HAL1 during compilation.In case if HAL1 is not getting compiled muxer object is also not created in QCamera2Factory. CRs-Fixed: 1021955 Change-Id: I17af448d7c423c73c5f3c29e95fb42cc69ca5944 Signed-off-by: Davide Garberi --- camera/QCamera2/HAL3/QCamera3HALHeader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camera/QCamera2/HAL3/QCamera3HALHeader.h') diff --git a/camera/QCamera2/HAL3/QCamera3HALHeader.h b/camera/QCamera2/HAL3/QCamera3HALHeader.h index ac68196..062b14f 100644 --- a/camera/QCamera2/HAL3/QCamera3HALHeader.h +++ b/camera/QCamera2/HAL3/QCamera3HALHeader.h @@ -30,7 +30,7 @@ #define __QCAMERA_HALHEADER_H__ // System dependencies -#include "gralloc.h" +#include "hardware/gralloc.h" // Camera dependencies #include "cam_types.h" -- cgit v1.2.3