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 bionic-unit-tests \ 18 bionic-unit-tests-static \ 19 bluetoothtbd_test \ 20 bootstat_tests \ 21 boringssl_crypto_test \ 22 boringssl_ssl_test \ 23 buffer_hub-test \ 24 buffer_hub_queue-test \ 25 buffer_hub_queue_producer-test \ 26 bugreportz_test \ 27 bsdiff_unittest \ 28 camera_client_test \ 29 crashcollector \ 30 debuggerd_test \ 31 dumpstate_test \ 32 dumpstate_test_fixture \ 33 dumpsys_test \ 34 dvr_api-test \ 35 dvr_buffer_queue-test \ 36 dvr_display-test \ 37 gatekeeperd-unit-tests \ 38 hello_world_test \ 39 hwui_unit_tests \ 40 incident_helper_test \ 41 incidentd_test \ 42 init_tests \ 43 inputflinger_tests_InputDispatcher_test \ 44 inputflinger_tests_InputReader_test \ 45 installd_cache_test \ 46 installd_dexopt_test \ 47 installd_otapreopt_test \ 48 installd_service_test \ 49 installd_utils_test \ 50 JniInvocation_test \ 51 libandroidfw_tests \ 52 libappfuse_test \ 53 libbase_test \ 54 libcutils_test \ 55 libcutils_test_static \ 56 libgui_test \ 57 libhidl_test \ 58 libinput_tests_InputChannel_test \ 59 libinput_tests_InputEvent_test \ 60 libinput_tests_InputPublisherAndConsumer_test \ 61 libinput_tests_VelocityTracker_test \ 62 libjavacore-unit-tests \ 63 liblog-unit-tests \ 64 libminijail_unittest_gtest \ 65 libperfmgr_test \ 66 libtextclassifier_tests \ 67 libsurfaceflinger_unittest \ 68 libvintf_test \ 69 libwifi-system_tests \ 70 linker-unit-tests \ 71 logcat-unit-tests \ 72 logd-unit-tests \ 73 kernel-config-unit-tests \ 74 malloc_debug_unit_tests \ 75 memory_replay_tests \ 76 memunreachable_test \ 77 minadbd_test \ 78 minikin_tests \ 79 mj_system_unittest_gtest \ 80 mj_util_unittest_gtest \ 81 mtp_ffs_handle_test \ 82 net_test_avrcp \ 83 net_test_bluetooth \ 84 net_test_bta \ 85 net_test_btcore \ 86 net_test_btif \ 87 net_test_btif_profile_queue \ 88 net_test_btpackets \ 89 net_test_btu_message_loop \ 90 net_test_device \ 91 net_test_hci \ 92 net_test_osi \ 93 net_test_performance \ 94 net_test_stack \ 95 net_test_stack_ad_parser \ 96 net_test_stack_multi_adv \ 97 net_test_stack_smp \ 98 net_test_types \ 99 netd_integration_test \ 100 netd_unit_test \ 101 nfc_test_utils \ 102 pagemap_test \ 103 perfetto_integrationtests \ 104 perfprofd_test \ 105 posix_async_io_test \ 106 prioritydumper_test \ 107 recovery_component_test \ 108 recovery_unit_test \ 109 scrape_mmap_addr \ 110 simpleperf_cpu_hotplug_test \ 111 simpleperf_unit_test \ 112 statsd_test \ 113 syscall_filter_unittest_gtest \ 114 time-unit-tests \ 115 update_engine_unittests \ 116 vintf_object_test \ 117 wificond_unit_test \ 118 wifilogd_unit_test \ 119 ziparchive-tests \ 120 NeuralNetworksTest_static \ 121 SurfaceFlinger_test \ 122 lmkd_unit_test 123 124# Android Things specific tests 125ifeq ($(PRODUCT_IOT),true) 126 127native_tests += \ 128 crash_reporter_tests \ 129 libandroidthings_pio_tests \ 130 libbrillo_test \ 131 libchrome_test \ 132 libusersensors_binder_test \ 133 peripheralman_unittests \ 134 sensors_userdriver_test \ 135 userinputdriver_test 136 137endif # PRODUCT_IOT == true 138