Bob Badour | cd83aaf | 2021-03-26 18:41:35 -0700 | [diff] [blame] | 1 | package { |
| 2 | // See: http://go/android-license-faq |
| 3 | // A large-scale-change added 'default_applicable_licenses' to import |
| 4 | // all of the 'license_kinds' from "frameworks_av_media_libmedia_license" |
| 5 | // to get the below license kinds: |
| 6 | // SPDX-license-identifier-Apache-2.0 |
| 7 | default_applicable_licenses: ["frameworks_av_media_libmedia_license"], |
| 8 | } |
| 9 | |
Muhammad Haseeb Ahmad | 1a90fc5 | 2021-03-24 01:58:34 +0000 | [diff] [blame] | 10 | cc_fuzz { |
| 11 | name: "libmedia_metadata_fuzzer", |
| 12 | srcs: [ |
| 13 | "libmedia_metadata_fuzzer.cpp", |
| 14 | ], |
| 15 | shared_libs: [ |
| 16 | "libmedia", |
| 17 | "libbinder", |
| 18 | ], |
Bob Badour | cd83aaf | 2021-03-26 18:41:35 -0700 | [diff] [blame] | 19 | } |