blob: 68d414554d3bd9a7874f507134c2874cbb399f7b [file] [log] [blame]
Bob Badour56786ac2021-02-25 15:24:36 -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_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["frameworks_av_license"],
8}
9
Glenn Kastend39f41f2020-01-29 15:56:14 -080010cc_test {
11 name: "mediametrics_benchmarks",
12 srcs: ["mediametrics_benchmarks.cpp"],
13 shared_libs: ["libbinder", "libmediametrics",],
14 static_libs: ["libgoogle-benchmark"],
15}