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", |
| 15 | "liblog", |
| 16 | "libhardware", |
| 17 | "libcamera_metadata" |
| 18 | ], |
| 19 | static_libs: [ |
| 20 | "android.hardware.camera.common@1.0-helper" |
| 21 | ], |
| 22 | export_include_dirs: ["."] |
| 23 | } |