1package {
2    default_team: "trendy_team_framework_backstage_power",
3    default_applicable_licenses: ["Android-Apache-2.0"],
4}
5
6android_test {
7    name: "DumpViewer",
8
9    srcs: ["**/*.java"],
10
11    static_libs: [
12        "androidx.annotation_annotation",
13        "androidx.collection_collection",
14        "androidx.arch.core_core-common",
15        "androidx.lifecycle_lifecycle-common",
16        "androidx.lifecycle_lifecycle-runtime",
17        "androidx.percentlayout_percentlayout",
18        "androidx.transition_transition",
19        "androidx.core_core",
20        "androidx.legacy_legacy-support-core-ui",
21        "androidx.media_media",
22        "androidx.legacy_legacy-support-v13",
23        "androidx.preference_preference",
24        "androidx.appcompat_appcompat",
25        "androidx.gridlayout_gridlayout",
26        "androidx.recyclerview_recyclerview",
27    ],
28    sdk_version: "31",
29}
30