diff --git a/camera/CameraWrapper.cpp b/camera/CameraWrapper.cpp index a370e70..0046ea6 100644 --- a/camera/CameraWrapper.cpp +++ b/camera/CameraWrapper.cpp @@ -65,6 +65,8 @@ 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, + .init = NULL, .reserved = {0}, /* remove compilation warnings */ };