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, |
Jason Macnak | eda6dca | 2020-04-15 15:20:59 -0700 | [diff] [blame^] | 5 | srcs: [ |
| 6 | "CameraDevice.cpp", |
| 7 | "CameraDeviceSession.cpp", |
| 8 | "convert.cpp", |
| 9 | ], |
Yin-Chia Yeh | faef8f9 | 2016-10-31 12:53:56 -0700 | [diff] [blame] | 10 | shared_libs: [ |
| 11 | "libhidlbase", |
Yin-Chia Yeh | faef8f9 | 2016-10-31 12:53:56 -0700 | [diff] [blame] | 12 | "libutils", |
| 13 | "libcutils", |
| 14 | "android.hardware.camera.device@3.2", |
| 15 | "android.hardware.camera.provider@2.4", |
Yin-Chia Yeh | 519c167 | 2017-04-21 14:59:31 -0700 | [diff] [blame] | 16 | "android.hardware.graphics.mapper@2.0", |
Shuzhen Wang | 915115e | 2019-05-10 12:07:14 -0700 | [diff] [blame] | 17 | "android.hardware.graphics.mapper@3.0", |
Marissa Wall | a51eb93 | 2019-06-21 09:13:35 -0700 | [diff] [blame] | 18 | "android.hardware.graphics.mapper@4.0", |
Yin-Chia Yeh | faef8f9 | 2016-10-31 12:53:56 -0700 | [diff] [blame] | 19 | "liblog", |
Jason Macnak | eda6dca | 2020-04-15 15:20:59 -0700 | [diff] [blame^] | 20 | "libgralloctypes", |
Yin-Chia Yeh | faef8f9 | 2016-10-31 12:53:56 -0700 | [diff] [blame] | 21 | "libhardware", |
Yifan Hong | 1192e1d | 2017-04-11 14:45:00 -0700 | [diff] [blame] | 22 | "libcamera_metadata", |
Jason Macnak | eda6dca | 2020-04-15 15:20:59 -0700 | [diff] [blame^] | 23 | "libfmq", |
Yin-Chia Yeh | faef8f9 | 2016-10-31 12:53:56 -0700 | [diff] [blame] | 24 | ], |
| 25 | static_libs: [ |
Jason Macnak | eda6dca | 2020-04-15 15:20:59 -0700 | [diff] [blame^] | 26 | "android.hardware.camera.common@1.0-helper", |
Yin-Chia Yeh | faef8f9 | 2016-10-31 12:53:56 -0700 | [diff] [blame] | 27 | ], |
Yifan Hong | 1192e1d | 2017-04-11 14:45:00 -0700 | [diff] [blame] | 28 | export_include_dirs: ["."], |
| 29 | export_shared_lib_headers: [ |
| 30 | "libfmq", |
Jason Macnak | eda6dca | 2020-04-15 15:20:59 -0700 | [diff] [blame^] | 31 | ], |
Yin-Chia Yeh | faef8f9 | 2016-10-31 12:53:56 -0700 | [diff] [blame] | 32 | } |