blob: 2d07a9b7ff969faebb845347e2e42df25274e1b6 [file] [log] [blame]
Rakesh Kumar02aa4e62022-05-19 22:05:43 +05301package {
Ronish Kaliab5dd44b2024-02-14 14:32:32 +00002 default_team: "trendy_team_media_framework_audio",
Rakesh Kumar02aa4e62022-05-19 22:05:43 +05303 // See: http://go/android-license-faq
4 // A large-scale-change added 'default_applicable_licenses' to import
5 // all of the 'license_kinds' from "frameworks_av_license"
6 // to get the below license kinds:
7 // SPDX-license-identifier-Apache-2.0
8 default_applicable_licenses: ["frameworks_av_license"],
9}
10
11cc_benchmark {
12 name: "spatializer_benchmark",
13 vendor: true,
14 srcs: ["spatializer_benchmark.cpp"],
15 shared_libs: [
16 "libaudioutils",
17 "liblog",
18 ],
19 header_libs: [
20 "libhardware_headers",
21 ],
22}