Rakesh Kumar | 02aa4e6 | 2022-05-19 22:05:43 +0530 | [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_license" |
| 5 | // to get the below license kinds: |
| 6 | // SPDX-license-identifier-Apache-2.0 |
| 7 | default_applicable_licenses: ["frameworks_av_license"], |
| 8 | } |
| 9 | |
| 10 | cc_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 | } |