mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Bug: 37540361 Test: marlin, smoke test GCA Change-Id: I9d58d9c6af20b37c016f036bce2dcf55817c59aa
29 lines
725 B
Plaintext
29 lines
725 B
Plaintext
cc_library_shared {
|
|
name: "camera.device@3.2-impl",
|
|
defaults: ["hidl_defaults"],
|
|
proprietary: true,
|
|
srcs: ["CameraDevice.cpp",
|
|
"CameraDeviceSession.cpp",
|
|
"convert.cpp"],
|
|
shared_libs: [
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"libutils",
|
|
"libcutils",
|
|
"android.hardware.camera.device@3.2",
|
|
"android.hardware.camera.provider@2.4",
|
|
"android.hardware.graphics.mapper@2.0",
|
|
"liblog",
|
|
"libhardware",
|
|
"libcamera_metadata",
|
|
"libfmq"
|
|
],
|
|
static_libs: [
|
|
"android.hardware.camera.common@1.0-helper"
|
|
],
|
|
export_include_dirs: ["."],
|
|
export_shared_lib_headers: [
|
|
"libfmq",
|
|
]
|
|
}
|