mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 20:24:19 +00:00
Bluetooth: Move AsyncFdWatcher tests to the device
am: b43a5b2435
Change-Id: I2b2f98eb96e2a0c8583a5177686f9099ee5102cd
This commit is contained in:
@@ -35,12 +35,25 @@ cc_library_shared {
|
||||
],
|
||||
}
|
||||
|
||||
cc_test_host {
|
||||
cc_test {
|
||||
name: "bluetooth-vendor-interface-unit-tests",
|
||||
srcs: [
|
||||
"async_fd_watcher.cc",
|
||||
"bluetooth_address.cc",
|
||||
"test/async_fd_watcher_unittest.cc",
|
||||
],
|
||||
local_include_dirs: [
|
||||
"test",
|
||||
],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"liblog",
|
||||
],
|
||||
}
|
||||
|
||||
cc_test_host {
|
||||
name: "bluetooth-address-unit-tests",
|
||||
srcs: [
|
||||
"bluetooth_address.cc",
|
||||
"test/bluetooth_address_test.cc",
|
||||
"test/properties.cc",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user