Yin-Chia Yeh | faef8f9 | 2016-10-31 12:53:56 -0700 | [diff] [blame] | 1 | cc_library_shared { |
Yin-Chia Yeh | 469c67b | 2017-02-02 18:24:26 -0800 | [diff] [blame] | 2 | name: "camera.device@3.2-impl", |
Steven Moreland | 48c5224 | 2017-03-08 16:11:32 -0800 | [diff] [blame] | 3 | defaults: ["hidl_defaults"], |
Jiyong Park | 23cd03b | 2017-03-09 11:00:30 +0900 | [diff] [blame] | 4 | proprietary: true, |
Yin-Chia Yeh | faef8f9 | 2016-10-31 12:53:56 -0700 | [diff] [blame] | 5 | srcs: ["CameraDevice.cpp", |
| 6 | "CameraDeviceSession.cpp", |
| 7 | "convert.cpp"], |
| 8 | shared_libs: [ |
| 9 | "libhidlbase", |
| 10 | "libhidltransport", |
Yin-Chia Yeh | faef8f9 | 2016-10-31 12:53:56 -0700 | [diff] [blame] | 11 | "libutils", |
| 12 | "libcutils", |
| 13 | "android.hardware.camera.device@3.2", |
| 14 | "android.hardware.camera.provider@2.4", |
Yin-Chia Yeh | 519c167 | 2017-04-21 14:59:31 -0700 | [diff] [blame^] | 15 | "android.hardware.graphics.mapper@2.0", |
Yin-Chia Yeh | faef8f9 | 2016-10-31 12:53:56 -0700 | [diff] [blame] | 16 | "liblog", |
| 17 | "libhardware", |
Yifan Hong | 1192e1d | 2017-04-11 14:45:00 -0700 | [diff] [blame] | 18 | "libcamera_metadata", |
| 19 | "libfmq" |
Yin-Chia Yeh | faef8f9 | 2016-10-31 12:53:56 -0700 | [diff] [blame] | 20 | ], |
| 21 | static_libs: [ |
Yin-Chia Yeh | c25c54f | 2017-04-04 13:00:35 -0700 | [diff] [blame] | 22 | "android.hardware.camera.common@1.0-helper" |
Yin-Chia Yeh | faef8f9 | 2016-10-31 12:53:56 -0700 | [diff] [blame] | 23 | ], |
Yifan Hong | 1192e1d | 2017-04-11 14:45:00 -0700 | [diff] [blame] | 24 | export_include_dirs: ["."], |
| 25 | export_shared_lib_headers: [ |
| 26 | "libfmq", |
| 27 | ] |
Yin-Chia Yeh | faef8f9 | 2016-10-31 12:53:56 -0700 | [diff] [blame] | 28 | } |