libcamera/src/meson.build
Jacopo Mondi 667d8ea8fd android: hal: Add Camera3 HAL
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>
2019-08-12 11:55:46 +02:00

8 lines
117 B
Meson

if get_option('android')
subdir('android')
endif
subdir('libcamera')
subdir('ipa')
subdir('cam')
subdir('qcam')