Andy Hung | 125ff52 | 2024-06-28 09:51:30 -0700 | [diff] [blame] | 1 | package { |
| 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 | |
| 11 | cc_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 | } |