Index: dbus/BUILD.gn |
diff --git a/dbus/BUILD.gn b/dbus/BUILD.gn |
index ed113c854218e76550b76436ce3defa51fbb26e6..28efb93fe4b5ae0cd6df43974a4cfad664904980 100644 |
--- a/dbus/BUILD.gn |
+++ b/dbus/BUILD.gn |
@@ -59,7 +59,7 @@ proto_library("test_proto") { |
# This target contains mocks that can be used to write unit tests without |
# issuing actual D-Bus calls. |
-source_set("test_support") { |
+static_library("test_support") { |
testonly = true |
sources = [ |
"mock_bus.cc", |