blob: e0ae12f2b51dace5f1ea91983f694648dec02acc [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",
9 "libhwbinder",
10 "libutils",
11 "libcutils",
12 "android.hardware.camera.device@1.0",
13 "android.hardware.camera.device@3.2",
Yin-Chia Yeh469c67b2017-02-02 18:24:26 -080014 "camera.device@3.2-impl",
Yin-Chia Yehf906b3b2016-12-14 19:13:15 -080015 "android.hardware.camera.provider@2.4",
16 "android.hardware.camera.common@1.0",
17 "liblog",
18 "libhardware",
19 "libcamera_metadata"
20 ],
21 static_libs: [
22 "android.hardware.camera.common@1.0-helper"
23 ]
24}
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080025
26cc_binary {
27 name: "android.hardware.camera.provider@2.4-service",
Steven Morelanda0da1a12017-02-13 09:59:06 -080028 proprietary: true,
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080029 relative_install_path: "hw",
Yin-Chia Yeh469c67b2017-02-02 18:24:26 -080030 srcs: ["service.cpp"],
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080031 compile_multilib: "32",
32 init_rc: ["android.hardware.camera.provider@2.4-service.rc"],
33 shared_libs: [
34 "libhidlbase",
35 "libhidltransport",
36 "liblog",
37 "libhwbinder",
38 "libutils",
39 "libhardware",
40 "android.hardware.camera.device@1.0",
41 "android.hardware.camera.device@3.2",
42 "android.hardware.camera.provider@2.4",
43 "android.hardware.camera.common@1.0",
44 "libcutils",
Yin-Chia Yeh10d68342017-01-10 14:21:06 -080045 "libcamera_metadata"
46 ],
47 static_libs: [
48 "android.hardware.camera.common@1.0-helper"
49 ]
50}