mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
universal7885: Organize configs, add shim for hwcomposer
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
036c61b3a4
commit
ece023aaed
17 changed files with 52 additions and 24 deletions
21
universal7885-common/libshims/camera/Android.bp
Normal file
21
universal7885-common/libshims/camera/Android.bp
Normal 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"],
|
||||
}
|
||||
Loading…
Reference in a new issue