xref: /aosp_15_r20/cts/tests/tests/telephony/current/TestExternalImsServiceApp/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: "TestExternalImsServiceApp",
8    defaults: ["cts_defaults"],
9    srcs: [
10        "src/**/*.java",
11        "aidl/**/I*.aidl",
12        ":telephony-cts-ims-common-srcs",
13    ],
14    static_libs: [
15        "compatibility-device-util-axt",
16    ],
17    aidl: {
18        local_include_dirs: ["aidl/"],
19    },
20    // Uncomment when ImsConferenceState constructor is not hidden
21    //sdk_version: "test_current",
22    // remove when ImsConferenceState constructor is not hidden
23    platform_apis: true,
24    test_suites: [
25        "cts",
26        "general-tests",
27        "mts",
28    ],
29}
30