• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
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",
19        "libbinder_ndk",
20        "libcutils",
21        "liblog",
22        "libmediautils",
23        "libutils",
24    ],
25    static_libs: [
26        "libpshutils",
27    ],
28}
29