2016-10-31 12:53:56 -07:00
|
|
|
cc_library_shared {
|
2017-02-02 18:24:26 -08:00
|
|
|
name: "camera.device@3.2-impl",
|
2017-03-08 16:11:32 -08:00
|
|
|
defaults: ["hidl_defaults"],
|
2017-03-09 11:00:30 +09:00
|
|
|
proprietary: true,
|
2016-10-31 12:53:56 -07:00
|
|
|
srcs: ["CameraDevice.cpp",
|
|
|
|
|
"CameraDeviceSession.cpp",
|
|
|
|
|
"convert.cpp"],
|
|
|
|
|
shared_libs: [
|
|
|
|
|
"libhidlbase",
|
|
|
|
|
"libutils",
|
|
|
|
|
"libcutils",
|
|
|
|
|
"android.hardware.camera.device@3.2",
|
|
|
|
|
"android.hardware.camera.provider@2.4",
|
2017-04-21 14:59:31 -07:00
|
|
|
"android.hardware.graphics.mapper@2.0",
|
2019-05-10 12:07:14 -07:00
|
|
|
"android.hardware.graphics.mapper@3.0",
|
2019-06-21 09:13:35 -07:00
|
|
|
"android.hardware.graphics.mapper@4.0",
|
2016-10-31 12:53:56 -07:00
|
|
|
"liblog",
|
|
|
|
|
"libhardware",
|
2017-04-11 14:45:00 -07:00
|
|
|
"libcamera_metadata",
|
|
|
|
|
"libfmq"
|
2016-10-31 12:53:56 -07:00
|
|
|
],
|
|
|
|
|
static_libs: [
|
2017-04-04 13:00:35 -07:00
|
|
|
"android.hardware.camera.common@1.0-helper"
|
2016-10-31 12:53:56 -07:00
|
|
|
],
|
2017-04-11 14:45:00 -07:00
|
|
|
export_include_dirs: ["."],
|
|
|
|
|
export_shared_lib_headers: [
|
|
|
|
|
"libfmq",
|
|
|
|
|
]
|
2016-10-31 12:53:56 -07:00
|
|
|
}
|