• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_library_shared {
2    name: "camera.device@3.3-impl",
3    defaults: ["hidl_defaults"],
4    proprietary: true,
5    srcs: [
6        "CameraDevice.cpp",
7        "CameraDeviceSession.cpp",
8        "convert.cpp",
9    ],
10    shared_libs: [
11        "libhidlbase",
12        "libutils",
13        "libcutils",
14        "camera.device@3.2-impl",
15        "android.hardware.camera.device@3.2",
16        "android.hardware.camera.device@3.3",
17        "android.hardware.camera.provider@2.4",
18        "android.hardware.graphics.mapper@2.0",
19        "android.hardware.graphics.mapper@3.0",
20        "android.hardware.graphics.mapper@4.0",
21        "liblog",
22        "libgralloctypes",
23        "libhardware",
24        "libcamera_metadata",
25        "libfmq",
26    ],
27    static_libs: [
28        "android.hardware.camera.common@1.0-helper",
29    ],
30    export_include_dirs: ["."],
31    export_shared_lib_headers: [
32        "libfmq",
33    ],
34}
35