1platform_tests += \ 2 ActivityManagerPerfTests \ 3 ActivityManagerPerfTestsStubApp1 \ 4 ActivityManagerPerfTestsStubApp2 \ 5 ActivityManagerPerfTestsStubApp3 \ 6 ActivityManagerPerfTestsTestApp \ 7 AndroidTVJankTests \ 8 AndroidXComposeStartupApp \ 9 ApiDemos \ 10 AppCompatibilityTest \ 11 AppLaunch \ 12 AppLaunchWear \ 13 AppTransitionTests \ 14 AutoLocTestApp \ 15 AutoLocVersionedTestApp_v1 \ 16 AutoLocVersionedTestApp_v2 \ 17 BackgroundDexOptServiceIntegrationTests \ 18 BandwidthEnforcementTest \ 19 BandwidthTests \ 20 BluetoothTests \ 21 BootHelperApp \ 22 BusinessCard \ 23 CalculatorFunctionalTests \ 24 CalendarTests \ 25 camera_client_test \ 26 camera_metadata_tests \ 27 CellBroadcastReceiverTests \ 28 ConnectivityManagerTest \ 29 ContactsTests \ 30 CtsCameraTestCases \ 31 CtsHardwareTestCases \ 32 DataIdleTest \ 33 Development \ 34 DeviceHealthChecks \ 35 DeviceHealthTests \ 36 DynamicCodeLoggerIntegrationTests \ 37 DialerJankTests \ 38 DownloadManagerTestApp \ 39 StubIME \ 40 ExternalLocAllPermsTestApp \ 41 ExternalLocTestApp \ 42 ExternalLocVersionedTestApp_v1 \ 43 ExternalLocVersionedTestApp_v2 \ 44 ExternalSharedPermsBTTestApp \ 45 ExternalSharedPermsDiffKeyTestApp \ 46 ExternalSharedPermsFLTestApp \ 47 ExternalSharedPermsTestApp \ 48 flatland \ 49 FrameworkPerf \ 50 FrameworkPermissionTests \ 51 FrameworksCoreTests \ 52 FrameworksMockingCoreTests \ 53 FrameworksPrivacyLibraryTests \ 54 FrameworksUtilTests \ 55 InternalLocTestApp \ 56 JankMicroBenchmarkTests \ 57 LauncherIconsApp \ 58 long_trace_config.textproto \ 59 MemoryUsage \ 60 MultiDexLegacyTestApp \ 61 MultiDexLegacyTestApp2 \ 62 MultiDexLegacyTestServices \ 63 MultiDexLegacyTestServicesTests \ 64 MultiDexLegacyVersionedTestApp_v1 \ 65 MultiDexLegacyVersionedTestApp_v2 \ 66 MultiDexLegacyVersionedTestApp_v3 \ 67 net_test_bluetooth \ 68 net_test_btcore \ 69 net_test_device \ 70 net_test_hci \ 71 net_test_osi \ 72 NoLocTestApp \ 73 NoLocVersionedTestApp_v1 \ 74 NoLocVersionedTestApp_v2 \ 75 NotificationFunctionalTests \ 76 NotificationStressTests \ 77 OverviewFunctionalTests \ 78 perfetto_trace_processor_shell \ 79 PerformanceAppTest \ 80 PerformanceLaunch \ 81 PermissionFunctionalTests \ 82 PermissionTestAppMV1 \ 83 PermissionUtils \ 84 PlatformCommonScenarioTests \ 85 PowerPerfTest \ 86 SettingsUITests \ 87 SimpleServiceTestApp1 \ 88 SimpleServiceTestApp2 \ 89 SimpleServiceTestApp3 \ 90 SimpleTestApp \ 91 skia_dm \ 92 skia_nanobench \ 93 sl4a \ 94 SmokeTest \ 95 SmokeTestApp \ 96 SysAppJankTestsWear \ 97 TouchLatencyJankTestWear \ 98 trace_config.textproto \ 99 trace_config_detailed.textproto \ 100 trace_config_experimental.textproto \ 101 UbSystemUiJankTests \ 102 UbWebViewJankTests \ 103 UiBench \ 104 UiBenchJankTests \ 105 UiBenchJankTestsWear \ 106 UiBenchMicrobenchmark \ 107 UpdateExternalLocTestApp_v1_ext \ 108 UpdateExternalLocTestApp_v2_none \ 109 UpdateExtToIntLocTestApp_v1_ext \ 110 UpdateExtToIntLocTestApp_v2_int \ 111 VersatileTestApp_Auto \ 112 VersatileTestApp_External \ 113 VersatileTestApp_Internal \ 114 VersatileTestApp_None \ 115 VoiceInteraction \ 116 WifiStrengthScannerUtil \ 117 118ifneq ($(strip $(BOARD_PERFSETUP_SCRIPT)),) 119platform_tests += perf-setup 120endif 121 122ifneq ($(filter vsoc_arm vsoc_arm64 vsoc_x86 vsoc_x86_64, $(TARGET_BOARD_PLATFORM)),) 123 platform_tests += \ 124 CuttlefishRilTests \ 125 CuttlefishWifiTests 126endif 127 128ifeq ($(HOST_OS),linux) 129platform_tests += root-canal 130endif 131