mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-25 17:45:06 +03:00
cros: Support the new cros camera API with set_up and tear_down
Implement and expose the symbol and functions that the new cros camera API requires. Since we don't actually need them, leave them empty. Update meson accordingly. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
parent
d8d6a78f22
commit
09b0801fdb
5 changed files with 43 additions and 0 deletions
|
@ -11,6 +11,8 @@ else
|
|||
ipa_sign_module = false
|
||||
endif
|
||||
|
||||
libcamera_objects = []
|
||||
|
||||
# The 'android' subdir must be processed first, and the build targets
|
||||
# are included directly into the libcamera library when this is enabled.
|
||||
subdir('android')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue