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/util/QCameraDisplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camera/QCamera2/util/QCameraDisplay.cpp') diff --git a/camera/QCamera2/util/QCameraDisplay.cpp b/camera/QCamera2/util/QCameraDisplay.cpp index efd0c3f..6312b5e 100644 --- a/camera/QCamera2/util/QCameraDisplay.cpp +++ b/camera/QCamera2/util/QCameraDisplay.cpp @@ -30,7 +30,7 @@ #define LOG_TAG "QCameraDisplay" // Camera dependencies -#include +#include extern "C" { #include "mm_camera_dbg.h" } -- cgit v1.2.3