Loading android/pandora/server/Android.bp +2 −4 Original line number Original line Diff line number Diff line Loading @@ -47,17 +47,15 @@ android_test_helper_app { test_suites: [ test_suites: [ "general-tests", "general-tests", "device-tests", "mts-bluetooth", ], ], min_sdk_version: "Tiramisu", min_sdk_version: "Tiramisu", } } android_test { android_test { name: "pts-bot", name: "pts-bot", required: ["PandoraServer"], test_config: "configs/PtsBotTest.xml", test_config: "configs/PtsBotTest.xml", data: [ data: [ ":PandoraServer", "configs/pts_bot_tests_config.json", "configs/pts_bot_tests_config.json", ":mmi2grpc", ":mmi2grpc", ], ], Loading @@ -67,9 +65,9 @@ android_test { android_test { android_test { name: "pts-bot-mts", name: "pts-bot-mts", required: ["PandoraServer"], test_config: "configs/PtsBotTestMts.xml", test_config: "configs/PtsBotTestMts.xml", data: [ data: [ ":PandoraServer", "configs/pts_bot_tests_config.json", "configs/pts_bot_tests_config.json", ":mmi2grpc", ":mmi2grpc", ], ], Loading Loading
android/pandora/server/Android.bp +2 −4 Original line number Original line Diff line number Diff line Loading @@ -47,17 +47,15 @@ android_test_helper_app { test_suites: [ test_suites: [ "general-tests", "general-tests", "device-tests", "mts-bluetooth", ], ], min_sdk_version: "Tiramisu", min_sdk_version: "Tiramisu", } } android_test { android_test { name: "pts-bot", name: "pts-bot", required: ["PandoraServer"], test_config: "configs/PtsBotTest.xml", test_config: "configs/PtsBotTest.xml", data: [ data: [ ":PandoraServer", "configs/pts_bot_tests_config.json", "configs/pts_bot_tests_config.json", ":mmi2grpc", ":mmi2grpc", ], ], Loading @@ -67,9 +65,9 @@ android_test { android_test { android_test { name: "pts-bot-mts", name: "pts-bot-mts", required: ["PandoraServer"], test_config: "configs/PtsBotTestMts.xml", test_config: "configs/PtsBotTestMts.xml", data: [ data: [ ":PandoraServer", "configs/pts_bot_tests_config.json", "configs/pts_bot_tests_config.json", ":mmi2grpc", ":mmi2grpc", ], ], Loading