Yin-Chia Yeh | f906b3b | 2016-12-14 19:13:15 -0800 | [diff] [blame] | 1 | cc_library_shared { |
| 2 | name: "android.hardware.camera.provider@2.4-impl", |
| 3 | relative_install_path: "hw", |
| 4 | srcs: ["CameraProvider.cpp"], |
| 5 | shared_libs: [ |
| 6 | "libhidlbase", |
| 7 | "libhidltransport", |
| 8 | "libhwbinder", |
| 9 | "libutils", |
| 10 | "libcutils", |
| 11 | "android.hardware.camera.device@1.0", |
| 12 | "android.hardware.camera.device@3.2", |
| 13 | "android.hardware.camera.device@3.2-impl", |
| 14 | "android.hardware.camera.provider@2.4", |
| 15 | "android.hardware.camera.common@1.0", |
| 16 | "liblog", |
| 17 | "libhardware", |
| 18 | "libcamera_metadata" |
| 19 | ], |
| 20 | static_libs: [ |
| 21 | "android.hardware.camera.common@1.0-helper" |
| 22 | ] |
| 23 | } |
Yin-Chia Yeh | 10d6834 | 2017-01-10 14:21:06 -0800 | [diff] [blame] | 24 | |
| 25 | cc_binary { |
| 26 | name: "android.hardware.camera.provider@2.4-service", |
| 27 | relative_install_path: "hw", |
| 28 | srcs: ["service.cpp", "CameraProvider.cpp"], |
| 29 | compile_multilib: "32", |
| 30 | init_rc: ["android.hardware.camera.provider@2.4-service.rc"], |
| 31 | shared_libs: [ |
| 32 | "libhidlbase", |
| 33 | "libhidltransport", |
| 34 | "liblog", |
| 35 | "libhwbinder", |
| 36 | "libutils", |
| 37 | "libhardware", |
| 38 | "android.hardware.camera.device@1.0", |
| 39 | "android.hardware.camera.device@3.2", |
| 40 | "android.hardware.camera.provider@2.4", |
| 41 | "android.hardware.camera.common@1.0", |
| 42 | "libcutils", |
| 43 | "android.hardware.camera.device@3.2-impl-binderized", |
| 44 | "libcamera_metadata" |
| 45 | ], |
| 46 | static_libs: [ |
| 47 | "android.hardware.camera.common@1.0-helper" |
| 48 | ] |
| 49 | } |