mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 20:15:32 -04:00
universal7885: Introduce libcamera_metadata_helper
* For supporting VNDK and Treble rules.
Issue: In accordance to treble rules libcamera_client.so cannot be
used or included. For Camera HAL needed support for values of
CameraMetadata
Solution: Included CameraMetadata.h and .cpp files to this helper lib for camera hal and replaced with libcamera_client.so.
Change-Id: I33fced3cf5dffc721bf613456f5c85de6d57f71c
Signed-off-by: Erfan Abdi <erfangplus@gmail.com>
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
45a6b5b156
commit
986be0160f
6 changed files with 712 additions and 13 deletions
|
|
@ -152,7 +152,8 @@ PRODUCT_COPY_FILES += \
|
|||
|
||||
# Shims
|
||||
PRODUCT_PACKAGES += \
|
||||
libshim_stagefright_foundation
|
||||
libshim_stagefright_foundation \
|
||||
libcamera_metadata_helper
|
||||
|
||||
# Soong namespaces
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
|
|
|
|||
Loading…
Reference in a new issue