--- device/bluetooth/cast_bluetooth.gni.orig 2025-09-11 13:19:19 UTC +++ device/bluetooth/cast_bluetooth.gni @@ -6,5 +6,5 @@ import("//build/config/features.gni") declare_args() { force_cast_bluetooth = false - use_bluez = (is_linux && !is_castos && use_dbus) || is_chromeos + use_bluez = use_dbus && !is_bsd }