package { default_team: "trendy_team_fwk_telephony", default_applicable_licenses: ["Android-Apache-2.0"], } android_test_helper_app { name: "MockPointingUiApp", defaults: ["cts_defaults"], srcs: [ "src/**/*.java", ], libs: [ "telephony-common", ], static_libs: [ "compatibility-device-util-axt", ], platform_apis: true, test_suites: [ "cts", "general-tests", ], sdk_version: "test_current", }