blob: 74589f8f6a10cb92d11d91c89c496c94f61849b3 [file] [log] [blame]
Andy Hung125ff522024-06-28 09:51:30 -07001package {
2 default_team: "trendy_team_media_framework_audio",
3 // See: http://go/android-license-faq
4 // A large-scale-change added 'default_applicable_licenses' to import
5 // all of the 'license_kinds' from "frameworks_av_license"
6 // to get the below license kinds:
7 // SPDX-license-identifier-Apache-2.0
8 default_applicable_licenses: ["frameworks_av_license"],
9}
10
11cc_test {
12 name: "powerstats_collector_tests",
13 srcs: [
14 "powerstats_collector_tests.cpp",
15 ],
16 shared_libs: [
17 "libbase",
18 "libbinder_ndk",
19 "libcutils",
20 "liblog",
21 "libutils",
22 ],
23 static_libs: [
24 "libpshutils",
25 ],
26}