Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c08c7b58 authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

Bluetooth: Move AsyncFdWatcher tests to the device am: b43a5b24 am: 150ff7ba

am: c198d27f

Change-Id: Iaef74ade1c51a2b1a4c3b4fa3fc8ed5536805aa5
parents 21e4f2e6 c198d27f
Loading
Loading
Loading
Loading
+15 −2
Original line number Diff line number Diff line
@@ -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",
    ],