From 504baeed4c68f3549f36549a4b4c518acd65e2f4 Mon Sep 17 00:00:00 2001 From: Abhishek Jain Date: Tue, 3 Apr 2018 19:18:26 +0530 Subject: msm8996-common: qcom-camera: Completed FR49059 and FR49058 FR49059: Accessing AOSP/Google projects Headers Description: Vendor modules cannot refer AOSP header paths with absolute or Global Paths instead add corresponding header library FR49058 : VNDK compliance Description : VNDK is set of AOSP libraries which are exposed to vendor (partition) for development. Example : error: vendor lib "/vendor/lib/libeffects.so" depends on non-eligible lib "/system/lib/libeffectsconfig.so". Here , QCOM vendor-partition Library using lib outside VNDK from system. CRs-Fixed: 2217547 Change-Id: I51a88145fccba592080d6287ae7ff14d12c65296 --- camera/QCamera2/HAL/QCamera2HWI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camera/QCamera2/HAL/QCamera2HWI.h') diff --git a/camera/QCamera2/HAL/QCamera2HWI.h b/camera/QCamera2/HAL/QCamera2HWI.h index 0c1a00a..e0cdc3d 100644 --- a/camera/QCamera2/HAL/QCamera2HWI.h +++ b/camera/QCamera2/HAL/QCamera2HWI.h @@ -35,7 +35,7 @@ #include // Camera dependencies -#include "camera.h" +#include "hardware/camera.h" #include "QCameraAllocator.h" #include "QCameraChannel.h" #include "QCameraCmdThread.h" -- cgit v1.2.3