OSDN Git Service

Do not send AT+CHLD=? if the 3-way call feature is not supported am: 79dc36d01a
[android-x86/system-bt.git] / btcore / BUILD.gn
index 356115e..a961d8d 100644 (file)
 static_library("btcore") {
   sources = [
     "src/bdaddr.c",
-    "src/counter.c",
     "src/device_class.c",
     "src/hal_util.c",
     "src/module.c",
     "src/property.c",
     "src/uuid.c",
+    "src/osi_module.c",
   ]
 
   include_dirs = [
@@ -35,7 +35,6 @@ executable("net_test_btcore") {
   testonly = true
   sources = [
     "test/bdaddr_test.cpp",
-    "test/counter_test.cpp",
     "test/device_class_test.cpp",
     "test/property_test.cpp",
     "test/uuid_test.cpp",
@@ -50,8 +49,12 @@ executable("net_test_btcore") {
   deps = [
     "//btcore",
     "//osi",
-    "//third_party/gtest:gtest_main",
+    "//third_party/googletest:gtest_main",
   ]
 
-  libs = [ "-lpthread", "-lrt", "-ldl" ]
+  libs = [
+    "-lpthread",
+    "-lrt",
+    "-ldl",
+  ]
 }