summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2017-06-28 19:00:28 -0700
committerEino-Ville Talvala <etalvala@google.com>2017-06-28 19:00:28 -0700
commitfe4bd8accd206e5aba9c75ef2d69319fcba55001 (patch)
treeaca59b40e77bb428fa4629b08209ce7ea1cf4147
parent9f6cc5e1600e127ef70d43ae795a2cc6922a03d0 (diff)
downloadbullhead-fe4bd8accd206e5aba9c75ef2d69319fcba55001.tar.gz
bullhead camera HAL: remove open_legacy support
This is never used by anything in the system. Test: Build Bug: 37512375 Change-Id: Ibfe65476b1891ad66d090e567cd90c5954b91f90
-rwxr-xr-xcamera/QCamera2/QCamera2Hal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/QCamera2/QCamera2Hal.cpp b/camera/QCamera2/QCamera2Hal.cpp
index 81fbc9b..569c86c 100755
--- a/camera/QCamera2/QCamera2Hal.cpp
+++ b/camera/QCamera2/QCamera2Hal.cpp
@@ -48,7 +48,7 @@ camera_module_t HAL_MODULE_INFO_SYM = {
.get_camera_info = qcamera::QCamera2Factory::get_camera_info,
.set_callbacks = qcamera::QCamera2Factory::set_callbacks,
.get_vendor_tag_ops = qcamera::QCamera3VendorTags::get_vendor_tag_ops,
- .open_legacy = qcamera::QCamera2Factory::open_legacy,
+ .open_legacy = NULL,
.set_torch_mode = qcamera::QCamera2Factory::set_torch_mode,
.init = NULL,
.reserved = {0}