mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-24 17:15:07 +03:00
Add libcamera Android Camera HALv3 implementation. The initial camera HAL implementation supports the LIMITED hardware level and uses statically defined metadata and camera characteristics. Add a build option named 'android' and adjust the build system to selectively compile the Android camera HAL and link it against the required Android libraries. Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
8 lines
117 B
Meson
8 lines
117 B
Meson
if get_option('android')
|
|
subdir('android')
|
|
endif
|
|
|
|
subdir('libcamera')
|
|
subdir('ipa')
|
|
subdir('cam')
|
|
subdir('qcam')
|