blob: f3c2e0e414c251a9a5a82c3aaba4da9eabf54b4e [file] [log] [blame]
Eino-Ville Talvala50fe4302017-08-22 16:15:09 -07001cc_library_shared {
2 name: "camera.device@3.3-impl",
3 defaults: ["hidl_defaults"],
4 proprietary: true,
5 srcs: ["CameraDevice.cpp",
6 "CameraDeviceSession.cpp",
7 "convert.cpp"],
8 shared_libs: [
9 "libhidlbase",
10 "libhidltransport",
11 "libutils",
12 "libcutils",
13 "camera.device@3.2-impl",
14 "android.hardware.camera.device@3.2",
15 "android.hardware.camera.device@3.3",
16 "android.hardware.camera.provider@2.4",
17 "android.hardware.graphics.mapper@2.0",
Shuzhen Wang915115e2019-05-10 12:07:14 -070018 "android.hardware.graphics.mapper@3.0",
Marissa Walla51eb932019-06-21 09:13:35 -070019 "android.hardware.graphics.mapper@4.0",
Eino-Ville Talvala50fe4302017-08-22 16:15:09 -070020 "liblog",
21 "libhardware",
22 "libcamera_metadata",
23 "libfmq"
24 ],
25 static_libs: [
26 "android.hardware.camera.common@1.0-helper"
27 ],
28 export_include_dirs: ["."],
29 export_shared_lib_headers: [
30 "libfmq",
31 ]
32}