1package {
2    default_team: "trendy_team_camera_framework",
3    // http://go/android-license-faq
4    // A large-scale-change added 'default_applicable_licenses' to import
5    // the below license kinds from "system_media_license":
6    //   SPDX-license-identifier-Apache-2.0
7    default_applicable_licenses: ["system_media_license"],
8}
9
10cc_fuzz {
11    name: "libcamera_metadata_fuzzer",
12    srcs: [
13        "libcamera_metadata_fuzzer.cpp",
14    ],
15    shared_libs: [
16        "libcamera_metadata",
17        "libutils",
18    ],
19    include_dirs: ["system/media/private/camera/include"],
20}
21