1# Copyright (C) 2016 The Android Open Source Project 2# 3# Licensed under the Apache License, Version 2.0 (the "License"); 4# you may not use this file except in compliance with the License. 5# You may obtain a copy of the License at 6# 7# http://www.apache.org/licenses/LICENSE-2.0 8# 9# Unless required by applicable law or agreed to in writing, software 10# distributed under the License is distributed on an "AS IS" BASIS, 11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12# See the License for the specific language governing permissions and 13# limitations under the License. 14 15native_tests := \ 16 adbd_test \ 17 audio_health_tests \ 18 backtrace_test \ 19 bionic-unit-tests \ 20 bionic-unit-tests-static \ 21 bluetoothtbd_test \ 22 bluetooth_test_common \ 23 bootstat_tests \ 24 boringssl_crypto_test \ 25 boringssl_ssl_test \ 26 buffer_hub-test \ 27 buffer_hub_queue-test \ 28 buffer_hub_queue_producer-test \ 29 bugreportz_test \ 30 bsdiff_unittest \ 31 camera_client_test \ 32 clatd_test \ 33 confirmationui_invocation_test \ 34 crashcollector \ 35 debuggerd_test \ 36 dumpstate_test \ 37 dumpstate_test_fixture \ 38 dumpsys_test \ 39 dvr_api-test \ 40 dvr_buffer_queue-test \ 41 dvr_display-test \ 42 gwp_asan_unittest \ 43 hello_world_test \ 44 hwui_unit_tests \ 45 incident_helper_test \ 46 incidentd_test \ 47 inputflinger_tests \ 48 installd_cache_test \ 49 installd_dexopt_test \ 50 installd_otapreopt_test \ 51 installd_service_test \ 52 installd_utils_test \ 53 libandroidfw_tests \ 54 libappfuse_test \ 55 libbase_test \ 56 libbpf_android_test \ 57 libcutils_test \ 58 libcutils_test_static \ 59 libgui_test \ 60 libhidl_test \ 61 libinput_tests \ 62 libjavacore-unit-tests \ 63 liblog-unit-tests \ 64 libminijail_unittest_gtest \ 65 libnativehelper_tests \ 66 libnetdbpf_test \ 67 libperfmgr_test \ 68 libprocinfo_test \ 69 libtextclassifier_tests \ 70 libsurfaceflinger_unittest \ 71 libunwindstack_test \ 72 libvintf_test \ 73 linker-unit-tests \ 74 logcat-unit-tests \ 75 logd-unit-tests \ 76 kernel-config-unit-tests \ 77 malloc_debug_unit_tests \ 78 memory_replay_tests \ 79 memunreachable_test \ 80 minadbd_test \ 81 minikin_tests \ 82 mj_system_unittest_gtest \ 83 mj_util_unittest_gtest \ 84 mtp_ffs_handle_test \ 85 net_test_audio_a2dp_hw \ 86 net_test_avrcp \ 87 net_test_bluetooth \ 88 net_test_bta \ 89 net_test_btcore \ 90 net_test_btif \ 91 net_test_btif_profile_queue \ 92 net_test_btpackets \ 93 net_test_btu_message_loop \ 94 net_test_device \ 95 net_test_hci \ 96 net_test_osi \ 97 net_test_performance \ 98 net_test_stack \ 99 net_test_stack_ad_parser \ 100 net_test_stack_multi_adv \ 101 net_test_stack_rfcomm \ 102 net_test_stack_smp \ 103 net_test_types \ 104 netd_integration_test \ 105 netd_unit_test \ 106 netdutils_test \ 107 nfc_test_utils \ 108 perfetto_integrationtests \ 109 posix_async_io_test \ 110 prioritydumper_test \ 111 puffin_unittest \ 112 recovery_unit_test \ 113 resolv_gold_test \ 114 resolv_integration_test \ 115 resolv_unit_test \ 116 scrape_mmap_addr \ 117 simpleperf_cpu_hotplug_test \ 118 simpleperf_unit_test \ 119 statsd_test \ 120 syscall_filter_unittest_gtest \ 121 time-unit-tests \ 122 unicode-xid_device_test_src_lib \ 123 update_engine_unittests \ 124 vintf_object_test \ 125 wificond_unit_test \ 126 ziparchive-tests \ 127 BufferHub_test \ 128 BufferHubServer_test \ 129 GraphicBuffer_test \ 130 NeuralNetworksTest_mt_static \ 131 NeuralNetworksTest_operations \ 132 NeuralNetworksTest_static \ 133 SurfaceFlinger_test \ 134 lmkd_unit_test \ 135 vrflinger_test 136