blob: 74589f8f6a10cb92d11d91c89c496c94f61849b3 [file] [log] [blame]
package {
default_team: "trendy_team_media_framework_audio",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "frameworks_av_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["frameworks_av_license"],
}
cc_test {
name: "powerstats_collector_tests",
srcs: [
"powerstats_collector_tests.cpp",
],
shared_libs: [
"libbase",
"libbinder_ndk",
"libcutils",
"liblog",
"libutils",
],
static_libs: [
"libpshutils",
],
}