blob: a2fd0b05be6581b091775353127d83627f491a06 [file] [log] [blame]
Yin-Chia Yeh248ed702017-01-23 17:27:26 -08001cc_library_shared {
2 name: "camera.device@1.0-impl",
Steven Moreland48c52242017-03-08 16:11:32 -08003 defaults: ["hidl_defaults"],
Jiyong Park23cd03b2017-03-09 11:00:30 +09004 proprietary: true,
Yin-Chia Yeh248ed702017-01-23 17:27:26 -08005 srcs: [
6 "CameraDevice.cpp",
7 ],
8 shared_libs: [
9 "libhidlbase",
10 "libhidltransport",
11 "libhwbinder",
12 "libutils",
13 "android.hardware.camera.device@1.0",
14 "android.hardware.camera.common@1.0",
15 "android.hardware.graphics.allocator@2.0",
16 "android.hardware.graphics.common@1.0",
17 "android.hidl.base@1.0",
18 "libcutils",
19 "liblog",
20 "libhardware",
21 "libcamera_metadata",
22 "libbinder",
23 ],
24 static_libs: [
Eino-Ville Talvala2d80c0d2017-03-23 15:39:12 -070025 "android.hardware.camera.common@1.0-helper",
26 "libgrallocusage"
Yin-Chia Yeh248ed702017-01-23 17:27:26 -080027 ],
28 export_include_dirs: ["."]
29}