blob: 731529228291f83ad58b2e76e96f83ec460c741b [file] [log] [blame]
Yin-Chia Yehf906b3b2016-12-14 19:13:15 -08001cc_library_shared {
2 name: "android.hardware.camera.provider@2.4-impl",
Steven Morelanda0da1a12017-02-13 09:59:06 -08003 proprietary: true,
Yin-Chia Yehf906b3b2016-12-14 19:13:15 -08004 relative_install_path: "hw",
5 srcs: ["CameraProvider.cpp"],
6 shared_libs: [
7 "libhidlbase",
8 "libhidltransport",
Yin-Chia Yehf906b3b2016-12-14 19:13:15 -08009 "libutils",
10 "libcutils",
11 "android.hardware.camera.device@1.0",
12 "android.hardware.camera.device@3.2",
Yin-Chia Yeh469c67b2017-02-02 18:24:26 -080013 "camera.device@3.2-impl",
Yin-Chia Yehf906b3b2016-12-14 19:13:15 -080014 "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 Yeh10d68342017-01-10 14:21:06 -080024
25cc_binary {
26 name: "android.hardware.camera.provider@2.4-service",
Steven Morelanda0da1a12017-02-13 09:59:06 -080027 proprietary: true,
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080028 relative_install_path: "hw",
Yin-Chia Yeh469c67b2017-02-02 18:24:26 -080029 srcs: ["service.cpp"],
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080030 compile_multilib: "32",
31 init_rc: ["android.hardware.camera.provider@2.4-service.rc"],
32 shared_libs: [
33 "libhidlbase",
34 "libhidltransport",
35 "liblog",
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080036 "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",
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080043 "libcamera_metadata"
44 ],
45 static_libs: [
46 "android.hardware.camera.common@1.0-helper"
47 ]
48}