blob: af94b0f379893bc28cff65fbb6b473842fcd2abd [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",
Yin-Chia Yeh12b364b2017-03-24 17:55:42 -070010 "libhidlmemory",
Yin-Chia Yeh248ed702017-01-23 17:27:26 -080011 "libhidltransport",
12 "libhwbinder",
13 "libutils",
14 "android.hardware.camera.device@1.0",
15 "android.hardware.camera.common@1.0",
16 "android.hardware.graphics.allocator@2.0",
17 "android.hardware.graphics.common@1.0",
Yin-Chia Yeh12b364b2017-03-24 17:55:42 -070018 "android.hidl.allocator@1.0",
Yin-Chia Yeh248ed702017-01-23 17:27:26 -080019 "android.hidl.base@1.0",
Yin-Chia Yeh12b364b2017-03-24 17:55:42 -070020 "android.hidl.memory@1.0",
Yin-Chia Yeh248ed702017-01-23 17:27:26 -080021 "libcutils",
22 "liblog",
23 "libhardware",
24 "libcamera_metadata",
Yin-Chia Yeh248ed702017-01-23 17:27:26 -080025 ],
26 static_libs: [
Yin-Chia Yehc25c54f2017-04-04 13:00:35 -070027 "android.hardware.camera.common@1.0-helper"
Yin-Chia Yeh248ed702017-01-23 17:27:26 -080028 ],
29 export_include_dirs: ["."]
30}
Yin-Chia Yehc25c54f2017-04-04 13:00:35 -070031