summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-02-27 04:13:34 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-02-27 04:13:34 +0000
commit417be7aeb46e9f3d52be4160c3bcb903a0e6386f (patch)
treeb1ac1625e44c6c6a1c88f831af607ace9883e676
parentff48d56da92739431b602e004c488a7d0993f31d (diff)
parent7451fc7e50cca0e50893d62647bf9c51f46b2509 (diff)
downloadlibhardware-417be7aeb46e9f3d52be4160c3bcb903a0e6386f.tar.gz
Snap for 5339364 from 7451fc7e50cca0e50893d62647bf9c51f46b2509 to qt-release
Change-Id: I964cdcfbe7ef0263c5d289f4db53bd379ed46551
-rw-r--r--modules/camera/3_4/v4l2_camera_hal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/camera/3_4/v4l2_camera_hal.cpp b/modules/camera/3_4/v4l2_camera_hal.cpp
index c2101d0f..17fac1a8 100644
--- a/modules/camera/3_4/v4l2_camera_hal.cpp
+++ b/modules/camera/3_4/v4l2_camera_hal.cpp
@@ -239,4 +239,4 @@ camera_module_t HAL_MODULE_INFO_SYM __attribute__((visibility("default"))) = {
.set_torch_mode = v4l2_camera_hal::set_torch_mode,
.init = nullptr,
.get_physical_camera_info = nullptr,
- .reserved = {nullptr, nullptr, nullptr, nullptr}};
+ .reserved = {nullptr, nullptr}};