Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cab96a4a authored by Eino-Ville Talvala's avatar Eino-Ville Talvala
Browse files

Camera2: Use CameraMetadata wrapper class.

Wrap the use of the camera_metadata library inside a CameraMetadata
class to avoid memory leaks, improve code clarity, and increase type
safety.

Bug: 6243944
Change-Id: I90ca592b5875e27e4c58ea1ca680582dc3c3b56a
parent 69092192
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -10,7 +10,8 @@ LOCAL_SRC_FILES:= \
    CameraService.cpp \
    CameraClient.cpp \
    Camera2Client.cpp \
    Camera2Device.cpp
    Camera2Device.cpp \
    CameraMetadata.cpp

LOCAL_SHARED_LIBRARIES:= \
    libui \
Loading