Loading system/gd/Android.bp +0 −84 Original line number Diff line number Diff line Loading @@ -367,90 +367,6 @@ cc_test { }, } cc_test { name: "bluetooth_test_gd", test_suites: ["device-tests"], defaults: [ "gd_defaults", "gd_clang_coverage_bin", ], host_supported: true, test_options: { unit_test: false, }, target: { linux: { srcs: [ ":BluetoothOsTestSources_linux_generic", ], }, host: { srcs: [ ":BluetoothHalTestSources_hci_host", ":BluetoothOsTestSources_host", ], }, android: { srcs: [ ":BluetoothHalTestSources_hci_android_hidl", ":BluetoothOsTestSources_android", ], shared_libs: [ "android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.1", "android.system.suspend.control-V1-ndk", "android.system.suspend-V1-ndk", "libbinder_ndk", "libhidlbase", "libutils", "libcutils", "libstatslog_bt", ], }, }, srcs: [ "module_unittest.cc", "stack_manager_unittest.cc", ":BluetoothAttTestSources", ":BluetoothCommonTestSources", ":BluetoothCryptoToolboxTestSources", ":BluetoothDumpsysTestSources", ":BluetoothHalTestSources", ":BluetoothHciTestSources", ":BluetoothIsoTestSources", ":BluetoothL2capTestSources", ":BluetoothNeighborTestSources", ":BluetoothPacketTestSources", ":BluetoothSecurityTestSources", ":BluetoothStorageTestSources", ], generated_headers: [ "BluetoothGeneratedBundlerSchema_h_bfbs", "BluetoothGeneratedDumpsysBundledSchema_h", "BluetoothGeneratedDumpsysBundledTestSchema_h", "BluetoothGeneratedDumpsysDataSchema_h", "BluetoothGeneratedDumpsysTestData_h", "BluetoothGeneratedPackets_h", ], static_libs: [ "libbluetooth-protos", "libbluetooth_gd", "libc++fs", "libflatbuffers-cpp", "libgmock", "libbluetooth_rust_interop", ], shared_libs: [ "libchrome", "libcrypto", "libgrpc++", "libgrpc_wrap", ], sanitize: { address: true, }, } cc_test { name: "bluetooth_packet_parser_test", test_suites: ["device-tests"], Loading Loading
system/gd/Android.bp +0 −84 Original line number Diff line number Diff line Loading @@ -367,90 +367,6 @@ cc_test { }, } cc_test { name: "bluetooth_test_gd", test_suites: ["device-tests"], defaults: [ "gd_defaults", "gd_clang_coverage_bin", ], host_supported: true, test_options: { unit_test: false, }, target: { linux: { srcs: [ ":BluetoothOsTestSources_linux_generic", ], }, host: { srcs: [ ":BluetoothHalTestSources_hci_host", ":BluetoothOsTestSources_host", ], }, android: { srcs: [ ":BluetoothHalTestSources_hci_android_hidl", ":BluetoothOsTestSources_android", ], shared_libs: [ "android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.1", "android.system.suspend.control-V1-ndk", "android.system.suspend-V1-ndk", "libbinder_ndk", "libhidlbase", "libutils", "libcutils", "libstatslog_bt", ], }, }, srcs: [ "module_unittest.cc", "stack_manager_unittest.cc", ":BluetoothAttTestSources", ":BluetoothCommonTestSources", ":BluetoothCryptoToolboxTestSources", ":BluetoothDumpsysTestSources", ":BluetoothHalTestSources", ":BluetoothHciTestSources", ":BluetoothIsoTestSources", ":BluetoothL2capTestSources", ":BluetoothNeighborTestSources", ":BluetoothPacketTestSources", ":BluetoothSecurityTestSources", ":BluetoothStorageTestSources", ], generated_headers: [ "BluetoothGeneratedBundlerSchema_h_bfbs", "BluetoothGeneratedDumpsysBundledSchema_h", "BluetoothGeneratedDumpsysBundledTestSchema_h", "BluetoothGeneratedDumpsysDataSchema_h", "BluetoothGeneratedDumpsysTestData_h", "BluetoothGeneratedPackets_h", ], static_libs: [ "libbluetooth-protos", "libbluetooth_gd", "libc++fs", "libflatbuffers-cpp", "libgmock", "libbluetooth_rust_interop", ], shared_libs: [ "libchrome", "libcrypto", "libgrpc++", "libgrpc_wrap", ], sanitize: { address: true, }, } cc_test { name: "bluetooth_packet_parser_test", test_suites: ["device-tests"], Loading