Index: device/BUILD.gn |
diff --git a/device/BUILD.gn b/device/BUILD.gn |
index 8523b5f022b2d501691280203746037279ad8d5d..fa46a903cd994a7725983e494efed3e823adb8b5 100644 |
--- a/device/BUILD.gn |
+++ b/device/BUILD.gn |
@@ -55,6 +55,10 @@ test("device_unittests") { |
"//url", |
] |
+ if (is_android) { |
+ deps += [ "//device/bluetooth/android" ] |
+ } |
+ |
if (!is_linux_without_dbus && !is_chromeos) { |
sources += [ "battery/battery_status_manager_linux_unittest.cc" ] |
} |