diff options
| author | Chien-Yu Chen <cychen@google.com> | 2015-01-12 18:35:41 -0800 |
|---|---|---|
| committer | Ethan Chen <intervigil@gmail.com> | 2015-12-22 12:22:36 -0800 |
| commit | bd419dd2b4f7f1bd917e695caef243bfdd498b12 (patch) | |
| tree | 251fd2451f0110633df0c5db6ca134589ff7196f | |
| parent | bd6a4978916a47b9b94dc0f91fbaf9a5672e20fc (diff) | |
camera: update for torch mode API
Bug: 2682206
Change-Id: I6ddd786a139b211d9c3bd11ea0109e31b6ddd221
| -rw-r--r-- | camera/CameraWrapper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camera/CameraWrapper.cpp b/camera/CameraWrapper.cpp index 2af0da2..04e20e0 100644 --- a/camera/CameraWrapper.cpp +++ b/camera/CameraWrapper.cpp @@ -64,6 +64,7 @@ camera_module_t HAL_MODULE_INFO_SYM = { .set_callbacks = NULL, /* remove compilation warnings */ .get_vendor_tag_ops = NULL, /* remove compilation warnings */ .open_legacy = NULL, /* remove compilation warnings */ + .set_torch_mode = NULL, /* remove compilation warnings */ .reserved = {0}, /* remove compilation warnings */ }; |
