summaryrefslogtreecommitdiff
path: root/camera
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2017-07-05 22:13:43 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-07-05 22:13:43 +0000
commit45daa006c2342fbf73a2e73320d55a6ad35421ab (patch)
tree475288e3a9f818acf5e8ab4be16de9474b682263 /camera
parent518fa61f4787787cb4e6f3734c2dbf088c778b36 (diff)
parentf77930ad612a5edb6ca726a726801807a3ec0648 (diff)
downloadangler-45daa006c2342fbf73a2e73320d55a6ad35421ab.tar.gz
angler camera HAL: remove open_legacy support
am: f77930ad61 Change-Id: I4b4afcb260f813acdfb0139dd78b3afdcfa75c3b
Diffstat (limited to 'camera')
-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}