blob: ab7e468dd86705d107d72d389a88380c7275795a [file] [log] [blame]
Rakesh Kumar02aa4e62022-05-19 22:05:43 +05301package {
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_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["frameworks_av_license"],
8}
9
10cc_benchmark {
11 name: "spatializer_benchmark",
12 vendor: true,
13 srcs: ["spatializer_benchmark.cpp"],
14 shared_libs: [
15 "libaudioutils",
16 "liblog",
17 ],
18 header_libs: [
19 "libhardware_headers",
20 ],
21}