2016-12-14 19:13:15 -08:00
|
|
|
cc_library_shared {
|
|
|
|
|
name: "android.hardware.camera.provider@2.4-impl",
|
2017-03-08 16:11:32 -08:00
|
|
|
defaults: ["hidl_defaults"],
|
2017-02-13 09:59:06 -08:00
|
|
|
proprietary: true,
|
2016-12-14 19:13:15 -08:00
|
|
|
relative_install_path: "hw",
|
|
|
|
|
srcs: ["CameraProvider.cpp"],
|
|
|
|
|
shared_libs: [
|
|
|
|
|
"libhidlbase",
|
|
|
|
|
"libhidltransport",
|
|
|
|
|
"libutils",
|
|
|
|
|
"libcutils",
|
|
|
|
|
"android.hardware.camera.device@1.0",
|
|
|
|
|
"android.hardware.camera.device@3.2",
|
2017-08-22 16:15:09 -07:00
|
|
|
"android.hardware.camera.device@3.3",
|
2017-01-23 17:27:26 -08:00
|
|
|
"camera.device@1.0-impl",
|
2017-02-02 18:24:26 -08:00
|
|
|
"camera.device@3.2-impl",
|
2017-08-22 16:15:09 -07:00
|
|
|
"camera.device@3.3-impl",
|
2016-12-14 19:13:15 -08:00
|
|
|
"android.hardware.camera.provider@2.4",
|
|
|
|
|
"android.hardware.camera.common@1.0",
|
2017-04-21 14:59:31 -07:00
|
|
|
"android.hardware.graphics.mapper@2.0",
|
2017-03-24 17:55:42 -07:00
|
|
|
"android.hidl.allocator@1.0",
|
|
|
|
|
"android.hidl.memory@1.0",
|
2016-12-14 19:13:15 -08:00
|
|
|
"liblog",
|
|
|
|
|
"libhardware",
|
|
|
|
|
"libcamera_metadata"
|
|
|
|
|
],
|
|
|
|
|
static_libs: [
|
|
|
|
|
"android.hardware.camera.common@1.0-helper"
|
|
|
|
|
]
|
|
|
|
|
}
|
2017-01-10 14:21:06 -08:00
|
|
|
|
|
|
|
|
cc_binary {
|
|
|
|
|
name: "android.hardware.camera.provider@2.4-service",
|
2017-03-08 16:11:32 -08:00
|
|
|
defaults: ["hidl_defaults"],
|
2017-02-13 09:59:06 -08:00
|
|
|
proprietary: true,
|
2017-01-10 14:21:06 -08:00
|
|
|
relative_install_path: "hw",
|
2017-02-02 18:24:26 -08:00
|
|
|
srcs: ["service.cpp"],
|
2017-01-10 14:21:06 -08:00
|
|
|
compile_multilib: "32",
|
|
|
|
|
init_rc: ["android.hardware.camera.provider@2.4-service.rc"],
|
|
|
|
|
shared_libs: [
|
|
|
|
|
"libhidlbase",
|
|
|
|
|
"libhidltransport",
|
2017-04-17 13:55:04 -07:00
|
|
|
"libbinder",
|
2017-01-10 14:21:06 -08:00
|
|
|
"liblog",
|
|
|
|
|
"libutils",
|
|
|
|
|
"android.hardware.camera.device@1.0",
|
|
|
|
|
"android.hardware.camera.device@3.2",
|
2017-08-22 16:15:09 -07:00
|
|
|
"android.hardware.camera.device@3.3",
|
2017-01-10 14:21:06 -08:00
|
|
|
"android.hardware.camera.provider@2.4",
|
|
|
|
|
"android.hardware.camera.common@1.0",
|
|
|
|
|
],
|
|
|
|
|
}
|