Yin-Chia Yeh | 248ed70 | 2017-01-23 17:27:26 -0800 | [diff] [blame] | 1 | cc_library_shared { |
| 2 | name: "camera.device@1.0-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 | 248ed70 | 2017-01-23 17:27:26 -0800 | [diff] [blame] | 5 | 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: [ |
| 25 | "android.hardware.camera.common@1.0-helper" |
| 26 | ], |
| 27 | export_include_dirs: ["."] |
| 28 | } |
| 29 | |