blob: edc2988fc6a51cb61946c301503a26e133c81b16 [file] [log] [blame]
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -07001cc_library_shared {
Yin-Chia Yeh469c67b2017-02-02 18:24:26 -08002 name: "camera.device@3.2-impl",
Steven Moreland48c52242017-03-08 16:11:32 -08003 defaults: ["hidl_defaults"],
Jiyong Park23cd03b2017-03-09 11:00:30 +09004 proprietary: true,
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -07005 srcs: ["CameraDevice.cpp",
6 "CameraDeviceSession.cpp",
7 "convert.cpp"],
8 shared_libs: [
9 "libhidlbase",
10 "libhidltransport",
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -070011 "libutils",
12 "libcutils",
13 "android.hardware.camera.device@3.2",
14 "android.hardware.camera.provider@2.4",
Yin-Chia Yeh519c1672017-04-21 14:59:31 -070015 "android.hardware.graphics.mapper@2.0",
Shuzhen Wang915115e2019-05-10 12:07:14 -070016 "android.hardware.graphics.mapper@3.0",
Marissa Walla51eb932019-06-21 09:13:35 -070017 "android.hardware.graphics.mapper@4.0",
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -070018 "liblog",
19 "libhardware",
Yifan Hong1192e1d2017-04-11 14:45:00 -070020 "libcamera_metadata",
21 "libfmq"
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -070022 ],
23 static_libs: [
Yin-Chia Yehc25c54f2017-04-04 13:00:35 -070024 "android.hardware.camera.common@1.0-helper"
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -070025 ],
Yifan Hong1192e1d2017-04-11 14:45:00 -070026 export_include_dirs: ["."],
27 export_shared_lib_headers: [
28 "libfmq",
29 ]
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -070030}