summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2025-03-21 19:18:49 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2025-03-21 19:18:49 -0700
commit0aa410dda3e5e2c78aa5926597212118ccce3e8d (patch)
tree740d53b2c3492dadc25e0e612237e586a64be935 /system
parent4d0a79dd0933ecb7e561d1346aca8b82ef3fa196 (diff)
parent627d7ab0f416ea55ce3eed3ecec94c7f006457ad (diff)
Merge "floss: Fix build" into main
Diffstat (limited to 'system')
-rw-r--r--system/gd/hal/BUILD.gn5
-rw-r--r--system/gd/metrics/BUILD.gn5
2 files changed, 8 insertions, 2 deletions
diff --git a/system/gd/hal/BUILD.gn b/system/gd/hal/BUILD.gn
index ebf15255af..57007d2571 100644
--- a/system/gd/hal/BUILD.gn
+++ b/system/gd/hal/BUILD.gn
@@ -42,7 +42,10 @@ source_set("BluetoothHalSources_hci_host") {
}
configs += [ "//bt/system/gd:gd_defaults" ]
- deps = [ "//bt/system/gd:gd_default_deps" ]
+ deps = [
+ "//bt/flags:bluetooth_flags_c_lib",
+ "//bt/system/gd:gd_default_deps",
+ ]
}
source_set("BluetoothHalSources_ranging_host") {
diff --git a/system/gd/metrics/BUILD.gn b/system/gd/metrics/BUILD.gn
index ff0d72e81e..6d235376c6 100644
--- a/system/gd/metrics/BUILD.gn
+++ b/system/gd/metrics/BUILD.gn
@@ -50,7 +50,10 @@ source_set("BluetoothMetricsSources") {
"//bt/system/gd:gd_defaults",
"//bt/system/log:log_defaults",
]
- deps = [ "//bt/system/gd:gd_default_deps" ]
+ deps = [
+ "//bt/flags:bluetooth_flags_c_lib",
+ "//bt/system/gd:gd_default_deps",
+ ]
if (target_os == "chromeos") {
deps += [ ":BluetoothMetricsSources_chromeos" ]