blob: e4d9e85b4466e6aaf73a72cf639c786a1ea4f19e [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",
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -070010 "libutils",
11 "libcutils",
12 "android.hardware.camera.device@3.2",
13 "android.hardware.camera.provider@2.4",
Yin-Chia Yeh519c1672017-04-21 14:59:31 -070014 "android.hardware.graphics.mapper@2.0",
Shuzhen Wang915115e2019-05-10 12:07:14 -070015 "android.hardware.graphics.mapper@3.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}