xref: /aosp_15_r20/hardware/interfaces/camera/device/1.0/default/Android.bp (revision 4d7e907c777eeecc4c5bd7cf640a754fac206ff7)
1package {
2    default_team: "trendy_team_camera_framework",
3    // See: http://go/android-license-faq
4    // A large-scale-change added 'default_applicable_licenses' to import
5    // all of the 'license_kinds' from "hardware_interfaces_license"
6    // to get the below license kinds:
7    //   SPDX-license-identifier-Apache-2.0
8    default_applicable_licenses: ["hardware_interfaces_license"],
9}
10
11cc_library_shared {
12    name: "[email protected]",
13    defaults: ["hidl_defaults"],
14    proprietary: true,
15    srcs: [
16        "CameraDevice.cpp",
17    ],
18    shared_libs: [
19        "libhidlbase",
20        "libhidlmemory",
21        "libutils",
22        "[email protected]",
23        "[email protected]",
24        "[email protected]",
25        "[email protected]",
26        "[email protected]",
27        "[email protected]",
28        "[email protected]",
29        "[email protected]",
30        "[email protected]",
31        "libcutils",
32        "liblog",
33        "libgralloctypes",
34        "libhardware",
35        "libcamera_metadata",
36        "libui",
37    ],
38    static_libs: [
39        "[email protected]",
40    ],
41    header_libs: [
42        "media_plugin_headers",
43    ],
44    export_include_dirs: ["."],
45}
46