blob: 325c0085a419e9bca6aa552315d85616deb68571 [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",
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -070016 "liblog",
17 "libhardware",
Yifan Hong1192e1d2017-04-11 14:45:00 -070018 "libcamera_metadata",
19 "libfmq"
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -070020 ],
21 static_libs: [
Yin-Chia Yehc25c54f2017-04-04 13:00:35 -070022 "android.hardware.camera.common@1.0-helper"
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -070023 ],
Yifan Hong1192e1d2017-04-11 14:45:00 -070024 export_include_dirs: ["."],
25 export_shared_lib_headers: [
26 "libfmq",
27 ]
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -070028}