universal7885: Organize configs, add shim for hwcomposer

Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2021-11-20 21:56:34 +09:00
commit ece023aaed
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
17 changed files with 52 additions and 24 deletions

View file

@ -0,0 +1,21 @@
cc_library_shared {
name: "libcamera_metadata_helper",
proprietary: true,
defaults: ["hidl_defaults"],
srcs: [
"CameraMetadata.cpp",
"CameraParameters.cpp",
],
cflags: [
"-Werror",
"-Wextra",
"-Wall",
],
shared_libs: [
"liblog",
"libutils",
"libhardware",
"libcamera_metadata",
],
include_dirs: ["system/media/private/camera/include"],
}