• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_library_shared {
2    name: "camera.device@3.2-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        "android.hardware.camera.device@3.2",
15        "android.hardware.camera.provider@2.4",
16        "android.hardware.graphics.mapper@2.0",
17        "android.hardware.graphics.mapper@3.0",
18        "android.hardware.graphics.mapper@4.0",
19        "liblog",
20        "libgralloctypes",
21        "libhardware",
22        "libcamera_metadata",
23        "libfmq",
24    ],
25    static_libs: [
26        "android.hardware.camera.common@1.0-helper",
27    ],
28    export_include_dirs: ["."],
29    export_shared_lib_headers: [
30        "libfmq",
31    ],
32}
33