android: jpeg: Add meson.build in src/android/jpeg

To further control sources in jpeg to build based on the platform, this
patch adds meson.build in src/android/jpeg directory.

Signed-off-by: Harvey Yang <chenghaoyang@chromium.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Han-Lin Chen <hanlinchen@chromium.org>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Harvey Yang 2023-02-08 03:33:17 +00:00 committed by Laurent Pinchart
parent b64fa1363c
commit 7a44534c4f
2 changed files with 9 additions and 4 deletions

View file

@ -0,0 +1,8 @@
# SPDX-License-Identifier: CC0-1.0
android_hal_sources += files([
'encoder_libjpeg.cpp',
'exif.cpp',
'post_processor_jpeg.cpp',
'thumbnailer.cpp'
])

View file

@ -47,16 +47,13 @@ android_hal_sources = files([
'camera_request.cpp',
'camera_stream.cpp',
'hal_framebuffer.cpp',
'jpeg/encoder_libjpeg.cpp',
'jpeg/exif.cpp',
'jpeg/post_processor_jpeg.cpp',
'jpeg/thumbnailer.cpp',
'yuv/post_processor_yuv.cpp'
])
android_cpp_args = []
subdir('cros')
subdir('jpeg')
subdir('mm')
android_camera_metadata_sources = files([