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

Jacopo Mondi jacopo at jmondi.org
Mon Jun 21 17:29:53 CEST 2021


Sort the list of the Android HAL source file alphabetically.

Signed-off-by: Jacopo Mondi <jacopo at jmondi.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



More information about the libcamera-devel mailing list