Bob Badour | 948e6aa | 2021-02-12 21:02:31 -0800 | [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_libeffects_preprocessing_license" |
| 5 | // to get the below license kinds: |
| 6 | // SPDX-license-identifier-Apache-2.0 |
| 7 | default_applicable_licenses: [ |
| 8 | "frameworks_av_media_libeffects_preprocessing_license", |
| 9 | ], |
| 10 | } |
| 11 | |
Rivukanta Bhattacharya | fd60579 | 2020-11-13 20:39:52 +0530 | [diff] [blame] | 12 | cc_benchmark { |
Rivukanta Bhattacharya | fd60579 | 2020-11-13 20:39:52 +0530 | [diff] [blame] | 13 | name: "preprocessing_benchmark", |
Harish Mahendrakar | 70036ac | 2021-03-16 17:42:59 -0700 | [diff] [blame] | 14 | defaults: ["libaudiopreprocessing-defaults"], |
Rivukanta Bhattacharya | fd60579 | 2020-11-13 20:39:52 +0530 | [diff] [blame] | 15 | srcs: ["preprocessing_benchmark.cpp"], |
Andy Hung | 70bb12e | 2021-03-02 09:17:01 -0800 | [diff] [blame] | 16 | static_libs: [ |
| 17 | "libaudiopreprocessing", |
Harish Mahendrakar | 70036ac | 2021-03-16 17:42:59 -0700 | [diff] [blame] | 18 | "libaudioutils", |
Rivukanta Bhattacharya | fd60579 | 2020-11-13 20:39:52 +0530 | [diff] [blame] | 19 | ], |
| 20 | } |