blob: fbbcab4de4e94054c62cee04cd8ababd016bf9c0 [file] [log] [blame]
Bob Badour948e6aa2021-02-12 21:02:31 -08001package {
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 Bhattacharyafd605792020-11-13 20:39:52 +053012cc_benchmark {
Rivukanta Bhattacharyafd605792020-11-13 20:39:52 +053013 name: "preprocessing_benchmark",
Harish Mahendrakar70036ac2021-03-16 17:42:59 -070014 defaults: ["libaudiopreprocessing-defaults"],
Rivukanta Bhattacharyafd605792020-11-13 20:39:52 +053015 srcs: ["preprocessing_benchmark.cpp"],
Andy Hung70bb12e2021-03-02 09:17:01 -080016 static_libs: [
17 "libaudiopreprocessing",
Harish Mahendrakar70036ac2021-03-16 17:42:59 -070018 "libaudioutils",
Rivukanta Bhattacharyafd605792020-11-13 20:39:52 +053019 ],
20}