blob: e63c59d53f2acdace133fb1dbeec48efb5cb9c9b [file] [log] [blame]
Bob Badour8a6a2bc2021-02-12 17:07:05 -08001package {
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // all of the 'license_kinds' from "frameworks_base_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["frameworks_base_license"],
8}
9
Kyunglyul Hyund51666d2019-04-11 04:08:40 +000010android_test {
11 name: "mediaroutertest",
Abu Alkali7714ff42025-01-13 04:23:02 -080012 team: "trendy_team_android_media_better_together",
Kyunglyul Hyund51666d2019-04-11 04:08:40 +000013
14 srcs: ["**/*.java"],
15
16 libs: [
Jihoon Kang1e37ed32024-08-30 00:29:12 +000017 "android.test.runner.stubs.system",
18 "android.test.base.stubs.system",
Kyunglyul Hyund51666d2019-04-11 04:08:40 +000019 ],
20
21 static_libs: [
Hyundo Moon34029e02021-04-20 13:44:12 +090022 "androidx.test.core",
Alex Dadukin044c8b22022-09-07 16:05:37 +000023 "androidx.test.ext.truth",
Brett Chabot073ffdd2020-11-05 10:16:16 -080024 "androidx.test.rules",
Hyundo Moon34029e02021-04-20 13:44:12 +090025 "compatibility-device-util-axt",
Kyunglyul Hyund51666d2019-04-11 04:08:40 +000026 "mockito-target-minus-junit4",
Charles Chen9ba52e22020-09-28 17:04:32 +080027 "testng",
Krzysztof KosiƄski60b70872023-10-06 20:11:39 +000028 "truth",
Kyunglyul Hyund51666d2019-04-11 04:08:40 +000029 ],
Santiago Seifertda497e62022-07-21 16:47:03 +000030 test_suites: ["general-tests"],
Kyunglyul Hyund51666d2019-04-11 04:08:40 +000031 platform_apis: true,
32 certificate: "platform",
Bob Badour8a6a2bc2021-02-12 17:07:05 -080033}