blob: c42bb936b9ad9bf61849b559b8e4134da14552d5 [file] [log] [blame]
Bob Badour8117c2a2021-02-03 18:31:58 -08001package {
2 // http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // the below license kinds from "system_media_license":
5 // SPDX-license-identifier-Apache-2.0
6 default_applicable_licenses: ["system_media_license"],
7}
8
Hossein Mohtasham9911fad2019-10-10 15:17:05 -07009cc_fuzz {
10 name: "libcamera_metadata_fuzzer",
11 srcs: [
12 "libcamera_metadata_fuzzer.cpp",
13 ],
14 shared_libs: [
15 "libutils",
16 "libcamera_metadata",
17 ],
18 include_dirs: ["system/media/private/camera/include"],
Bob Badour8117c2a2021-02-03 18:31:58 -080019}