blob: d95f8f4e8b40edfbd54619986988caf9f14fd17c [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",
15 "liblog",
16 "libhardware",
Yifan Hong1192e1d2017-04-11 14:45:00 -070017 "libcamera_metadata",
18 "libfmq"
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -070019 ],
20 static_libs: [
Yin-Chia Yehc25c54f2017-04-04 13:00:35 -070021 "android.hardware.camera.common@1.0-helper"
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -070022 ],
Yifan Hong1192e1d2017-04-11 14:45:00 -070023 export_include_dirs: ["."],
24 export_shared_lib_headers: [
25 "libfmq",
26 ]
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -070027}