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>
This commit is contained in:
Jacopo Mondi 2019-05-10 17:40:02 +02:00
parent 6bed34da16
commit 667d8ea8fd
13 changed files with 1559 additions and 1 deletions

View file

@ -1,3 +1,8 @@
option('android',
type : 'boolean',
value : false,
description : 'Compile libcamera with Android Camera3 HAL interface')
option('documentation',
type : 'boolean',
description : 'Generate the project documentation')