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", "libbinder_ndk", "libcutils", "liblog", "libmediautils", "libutils", ], static_libs: [ "libpshutils", ], }