aboutsummaryrefslogtreecommitdiff
path: root/camera/QCamera2/Android.mk
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-06-12 17:16:36 +0900
committerCosme Domínguez Díaz <cosme.ddiaz@gmail.com>2018-07-06 21:23:07 +0200
commit2fde7fd5a30f86d2c9fea396ab3bcddead157e25 (patch)
treec478ea1d723ba03c5e655be2c2e51f70b1da8cda /camera/QCamera2/Android.mk
parentc1184ef494e5b7ec0fa67421826f1f123206f433 (diff)
msm8996-common: Replace libcamera_client to android.hardware.camera.common@1.0-helper
libcamera_client is not a VNDK library and thus not available to vendors. These vendor libs were using the library due to CameraMetadata and CameraParamters classes. The classes are now available via .common@1.0-helper library which is available to vendors. Thus switching to the lib. Bug: 62523241 Test: 2017 pixel devices builds and boots. Camera functionalities work. Change-Id: I16d0fcf94b54c480b8e817c63341fb9f45118867
Diffstat (limited to 'camera/QCamera2/Android.mk')
-rw-r--r--camera/QCamera2/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/camera/QCamera2/Android.mk b/camera/QCamera2/Android.mk
index 33a4b3b..85000a5 100644
--- a/camera/QCamera2/Android.mk
+++ b/camera/QCamera2/Android.mk
@@ -43,7 +43,6 @@ LOCAL_SRC_FILES += \
HAL/QCameraPostProc.cpp \
HAL/QCamera2HWICallbacks.cpp \
HAL/QCameraParameters.cpp \
- HAL/CameraParameters.cpp \
HAL/QCameraParametersIntf.cpp \
HAL/QCameraThermalAdapter.cpp
endif