From 552b5d16d782eb437a5db13472978cd0ce70dd46 Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Fri, 10 May 2019 17:45:11 +0200 Subject: android: Add camera metadata library Import the Android camera metadata library from the ChromiumOS build system. The camera metadata library has been copied from https://chromium.googlesource.com/chromiumos/platform2 at revision 9e65ddd2c496e712f005ada9715decd2ff8e4a03 The original path in the Cros platform2/ repository is: camera/android/libcamera_metadata/src Create a new build target for the camera metadata library to create a static library to link against libcamera. Signed-off-by: Jacopo Mondi Reviewed-by: Laurent Pinchart --- src/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'src/meson.build') diff --git a/src/meson.build b/src/meson.build index 628e7a7f..7148baee 100644 --- a/src/meson.build +++ b/src/meson.build @@ -1,3 +1,4 @@ +subdir('android') subdir('libcamera') subdir('ipa') subdir('cam') -- cgit v1.2.1