aboutsummaryrefslogtreecommitdiff
path: root/camera/QCamera2/HAL3/QCamera3HWI.cpp
diff options
context:
space:
mode:
authorShukla Mradul <mradul_shukla@codeaurora.org>2016-05-21 14:32:30 +0530
committerDavide Garberi <dade.garberi@gmail.com>2018-01-19 14:09:15 +0100
commit68478ce3e332bcb008c55f793adb11b88f63ad03 (patch)
treed907aa85ee4ec9133ab0e9fa8732a8f1ef05d273 /camera/QCamera2/HAL3/QCamera3HWI.cpp
parentc738fd68836e01567b19868f7e3a586f15c6dc98 (diff)
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 <dade.garberi@gmail.com>
Diffstat (limited to '')
-rw-r--r--camera/QCamera2/HAL3/QCamera3HWI.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/camera/QCamera2/HAL3/QCamera3HWI.cpp b/camera/QCamera2/HAL3/QCamera3HWI.cpp
index 1803b82..9073ac4 100644
--- a/camera/QCamera2/HAL3/QCamera3HWI.cpp
+++ b/camera/QCamera2/HAL3/QCamera3HWI.cpp
@@ -40,6 +40,8 @@
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
+#include "utils/Timers.h"
+#include "sys/ioctl.h"
#include <sync/sync.h>
#include "gralloc_priv.h"