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