[libcamera-devel] [PATCH 1/2] android: Sort source files alphabetically

Hirokazu Honda hiroh at chromium.org
Tue Jun 22 02:29:23 CEST 2021


Hi Jacopo, thank you for the patch.

On Tue, Jun 22, 2021 at 12:29 AM Jacopo Mondi <jacopo at jmondi.org> wrote:

> Sort the list of the Android HAL source file alphabetically.
>
> Signed-off-by: Jacopo Mondi <jacopo at jmondi.org>
>

I expect this is detected by the style check script, isn't it?

Reviewed-by: Hirokazu Honda <hiroh at chromium.org>

> ---
>  src/android/meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/android/meson.build b/src/android/meson.build
> index 3893e5b5b832..f27fd5316705 100644
> --- a/src/android/meson.build
> +++ b/src/android/meson.build
> @@ -44,9 +44,9 @@ subdir('cros')
>
>  android_hal_sources = files([
>      'camera3_hal.cpp',
> -    'camera_hal_manager.cpp',
>      'camera_device.cpp',
>      'camera_hal_config.cpp',
> +    'camera_hal_manager.cpp',
>      'camera_metadata.cpp',
>      'camera_ops.cpp',
>      'camera_stream.cpp',
> --
> 2.31.1
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.libcamera.org/pipermail/libcamera-devel/attachments/20210622/323e64c0/attachment-0001.htm>


More information about the libcamera-devel mailing list