xref: /aosp_15_r20/cts/tests/tests/telephony/current/MockSatelliteGatewayServiceApp/Android.bp (revision b7c941bb3fa97aba169d73cee0bed2de8ac964bf)
1package {
2    default_team: "trendy_team_fwk_telephony",
3    default_applicable_licenses: ["Android-Apache-2.0"],
4}
5
6android_test_helper_app {
7    name: "MockSatelliteGatewayServiceApp",
8    defaults: ["cts_defaults"],
9    srcs: [
10        "src/**/*.java",
11        "aidl/**/I*.aidl",
12    ],
13    libs: [
14        "telephony-common",
15    ],
16    static_libs: [
17        "compatibility-device-util-axt",
18    ],
19    aidl: {
20        local_include_dirs: ["aidl/"],
21    },
22    platform_apis: true,
23    test_suites: [
24        "cts",
25        "general-tests",
26    ],
27}
28