diff options
author | 2023-11-13 18:21:15 -0800 | |
---|---|---|
committer | 2023-11-14 19:05:01 +0000 | |
commit | 88e3e57b23231da6a433a88c43ad8a2500f49ca8 (patch) | |
tree | 6f37e8448f45f326533c192ff60fd84c3d782088 | |
parent | a7a9b8983a583543dad123bc00e131f3a7d87da2 (diff) |
Remove duplicated test bt_host_test_bta
Bug: 310728401
Test: atest net_test_bta
net_test_bta is a superset of all tests here
Change-Id: I23630f0461b4a15153def833b317815fe5250961
-rw-r--r-- | system/bta/Android.bp | 135 |
1 files changed, 0 insertions, 135 deletions
diff --git a/system/bta/Android.bp b/system/bta/Android.bp index d0b4bdc59e..93f578c24b 100644 --- a/system/bta/Android.bp +++ b/system/bta/Android.bp @@ -386,141 +386,6 @@ cc_test { } cc_test { - name: "bt_host_test_bta", - defaults: [ - "fluoride_bta_defaults", - "mts_defaults", - ], - test_suites: ["general-tests"], - host_supported: true, - include_dirs: [ - "packages/modules/Bluetooth/system", - "packages/modules/Bluetooth/system/gd", - ], - generated_headers: [ - "BluetoothGeneratedDumpsysDataSchema_h", - ], - srcs: [ - ":BtaDmSources", - ":LegacyStackSdp", - ":OsiCompatSources", - ":TestCommonMainHandler", - ":TestCommonMockFunctions", - ":TestFakeOsi", - ":TestMockBtaScn", - ":TestMockBtaSdp", - ":TestMockBtif", - ":TestMockDevice", - ":TestMockMainShim", - ":TestMockSrvcDis", - ":TestMockStackA2dp", - ":TestMockStackAcl", - ":TestMockStackAvct", - ":TestMockStackAvdt", - ":TestMockStackAvrc", - ":TestMockStackBtm", - ":TestMockStackCryptotoolbox", - ":TestMockStackGap", - ":TestMockStackGatt", - ":TestMockStackHid", - ":TestMockStackL2cap", - ":TestMockStackMetrics", - ":TestMockStackPan", - ":TestMockStackRfcomm", - "ag/bta_ag_act.cc", - "ag/bta_ag_api.cc", - "ag/bta_ag_at.cc", - "ag/bta_ag_cfg.cc", - "ag/bta_ag_cmd.cc", - "ag/bta_ag_main.cc", - "ag/bta_ag_rfc.cc", - "ag/bta_ag_sco.cc", - "ag/bta_ag_sdp.cc", - "ar/bta_ar.cc", - "av/bta_av_aact.cc", - "av/bta_av_act.cc", - "av/bta_av_cfg.cc", - "av/bta_av_main.cc", - "av/bta_av_ssm.cc", - "gatt/bta_gattc_act.cc", - "gatt/bta_gattc_api.cc", - "gatt/bta_gattc_cache.cc", - "gatt/bta_gattc_db_storage.cc", - "gatt/bta_gattc_main.cc", - "gatt/bta_gattc_queue.cc", - "gatt/bta_gattc_utils.cc", - "gatt/database.cc", - "gatt/database_builder.cc", - "hf_client/bta_hf_client_act.cc", - "hf_client/bta_hf_client_api.cc", - "hf_client/bta_hf_client_at.cc", - "hf_client/bta_hf_client_main.cc", - "hf_client/bta_hf_client_rfc.cc", - "hf_client/bta_hf_client_sco.cc", - "hf_client/bta_hf_client_sdp.cc", - "hfp/bta_hfp_api.cc", - "hh/bta_hh_act.cc", - "hh/bta_hh_api.cc", - "hh/bta_hh_cfg.cc", - "hh/bta_hh_le.cc", - "hh/bta_hh_main.cc", - "hh/bta_hh_utils.cc", - "pan/bta_pan_act.cc", - "pan/bta_pan_api.cc", - "pan/bta_pan_main.cc", - "sdp/bta_sdp_cfg.cc", - "sys/bta_sys_conn.cc", - "sys/bta_sys_main.cc", - "sys/utl.cc", - "test/bta_ag_sco_test.cc", - "test/bta_api_test.cc", - "test/bta_av_test.cc", - "test/bta_disc_test.cc", - "test/bta_dm_cust_uuid_test.cc", - "test/bta_dm_test.cc", - "test/bta_gatt_test.cc", - "test/bta_hf_client_add_record_test.cc", - "test/bta_pan_test.cc", - "test/bta_sdp_test.cc", - "test/bta_sec_test.cc", - ], - shared_libs: [ - "libbase", - "libcrypto", - "libcutils", - "liblog", - ], - static_libs: [ - "libbluetooth-types", - "libbluetooth_gd", - "libbluetooth_hci_pdl", - "libbt-common", - "libbt-platform-protos-lite", - "libbt_shim_bridge", - "libbt_shim_ffi", - "libbtcore", - "libbtdevice", - "libchrome", - "libcom.android.sysprop.bluetooth", - "libevent", - "libgmock", - ], - sanitize: { - address: true, - cfi: true, - misc_undefined: ["bounds"], - }, - target: { - android: { - whole_static_libs: [ - "libPlatformProperties", - ], - }, - }, - cflags: ["-Wno-unused-parameter"], -} - -cc_test { name: "bt_host_test_bta_scn", defaults: [ "fluoride_bta_defaults", |