OSDN Git Service

Merge "Don't reject notifications and wait until new addressed player is ready (2...
[android-x86/system-bt.git] / osi / Android.bp
index f11b6f7..b93593c 100644 (file)
@@ -64,7 +64,6 @@ cc_library_static {
         "src/buffer.cc",
         "src/compat.cc",
         "src/config.cc",
-        "src/data_dispatcher.cc",
         "src/fixed_queue.cc",
         "src/future.cc",
         "src/hash_map_utils.cc",
@@ -108,6 +107,7 @@ cc_library_static {
 // ========================================================
 cc_test {
     name: "net_test_osi",
+    test_suites: ["device-tests"],
     defaults: ["fluoride_osi_defaults"],
     host_supported: true,
     srcs: [
@@ -118,7 +118,6 @@ cc_test {
         "test/allocator_test.cc",
         "test/array_test.cc",
         "test/config_test.cc",
-        "test/data_dispatcher_test.cc",
         "test/fixed_queue_test.cc",
         "test/future_test.cc",
         "test/hash_map_utils_test.cc",