Home | History | Annotate | Download | only in default
      1 cc_library_shared {
      2     name: "camera.device (a] 3.2-impl",
      3     defaults: ["hidl_defaults"],
      4     proprietary: true,
      5     srcs: ["CameraDevice.cpp",
      6            "CameraDeviceSession.cpp",
      7            "convert.cpp"],
      8     shared_libs: [
      9         "libhidlbase",
     10         "libhidltransport",
     11         "libutils",
     12         "libcutils",
     13         "android.hardware.camera.device (a] 3.2",
     14         "android.hardware.camera.provider (a] 2.4",
     15         "android.hardware.graphics.mapper (a] 2.0",
     16         "liblog",
     17         "libhardware",
     18         "libcamera_metadata",
     19         "libfmq"
     20     ],
     21     static_libs: [
     22         "android.hardware.camera.common (a] 1.0-helper"
     23     ],
     24     export_include_dirs: ["."],
     25     export_shared_lib_headers: [
     26         "libfmq",
     27     ]
     28 }
     29