Index: device/bluetooth/BUILD.gn |
diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn |
index 28f9478614671f140dbc6e1112f4a1532f4461e9..397e377497a45f0c95d347b2a6f58a4ef6a415cc 100644 |
--- a/device/bluetooth/BUILD.gn |
+++ b/device/bluetooth/BUILD.gn |
@@ -15,7 +15,7 @@ config("bluetooth_config") { |
} |
} |
-static_library("bluetooth") { |
+component("bluetooth") { |
sources = [ |
"bluetooth_adapter.cc", |
"bluetooth_adapter.h", |
@@ -91,6 +91,10 @@ static_library("bluetooth") { |
"bluetooth_uuid.h", |
] |
+ defines = [ |
+ "DEVICE_BLUETOOTH_IMPLEMENTATION", |
+ ] |
+ |
all_dependent_configs = [ ":bluetooth_config" ] |
deps = [ |