1platform_tests += \
2    ActivityManagerPerfTests \
3    ActivityManagerPerfTestsTestApp \
4    AndroidTVJankTests \
5    ApiDemos \
6    AppCompatibilityTest \
7    AppLaunch \
8    AppLaunchWear \
9    AppLinkFunctionalTests \
10    AppLinkTestApp \
11    AppTransitionTests \
12    AutoLocTestApp \
13    AutoLocVersionedTestApp_v1 \
14    AutoLocVersionedTestApp_v2 \
15    BackgroundDexOptServiceIntegrationTests \
16    BandwidthEnforcementTest \
17    BandwidthTests \
18    BluetoothTests \
19    BootHelperApp \
20    BusinessCard \
21    CalculatorFunctionalTests \
22    CalendarTests \
23    camera_client_test \
24    camera_metadata_tests \
25    CellBroadcastReceiverTests \
26    ConnectivityManagerTest \
27    ContactsTests \
28    CtsCameraTestCases \
29    CtsHardwareTestCases \
30    DataIdleTest \
31    Development \
32    DeviceHealthChecks \
33    DeviceHealthTests \
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    long_trace_config.textproto \
56    LauncherRotationStressTest \
57    MemoryUsage \
58    MultiDexLegacyTestApp \
59    MultiDexLegacyTestApp2 \
60    MultiDexLegacyTestServices \
61    MultiDexLegacyTestServicesTests \
62    MultiDexLegacyVersionedTestApp_v1 \
63    MultiDexLegacyVersionedTestApp_v2 \
64    MultiDexLegacyVersionedTestApp_v3 \
65    net_test_bluetooth \
66    net_test_btcore \
67    net_test_device \
68    net_test_hci \
69    net_test_osi \
70    NoLocTestApp \
71    NoLocVersionedTestApp_v1 \
72    NoLocVersionedTestApp_v2 \
73    NotificationFunctionalTests \
74    NotificationStressTests \
75    OverviewFunctionalTests \
76    perfetto_trace_processor_shell \
77    PerformanceAppTest \
78    PerformanceLaunch \
79    PermissionFunctionalTests \
80    PermissionTestAppMV1 \
81    PermissionUtils \
82    PlatformCommonScenarioTests \
83    PowerPerfTest \
84    SettingsUITests \
85    SimpleTestApp \
86    skia_dm \
87    skia_nanobench \
88    sl4a \
89    SmokeTest \
90    SmokeTestApp \
91    SysAppJankTestsWear \
92    TouchLatencyJankTestWear \
93    trace_config.textproto \
94    trace_config_detailed.textproto \
95    trace_config_experimental.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    VersatileTestApp_Auto \
107    VersatileTestApp_External \
108    VersatileTestApp_Internal \
109    VersatileTestApp_None \
110    VoiceInteraction \
111    WifiStrengthScannerUtil \
112
113ifneq ($(strip $(BOARD_PERFSETUP_SCRIPT)),)
114platform_tests += perf-setup.sh
115endif
116
117ifneq ($(filter vsoc_arm vsoc_arm64 vsoc_x86 vsoc_x86_64, $(TARGET_BOARD_PLATFORM)),)
118  platform_tests += \
119    CuttlefishRilTests \
120    CuttlefishWifiTests
121endif
122
123ifeq ($(HOST_OS),linux)
124platform_tests += root-canal
125endif
126