summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
author Hsin-chen Chuang <chharry@google.com> 2025-03-21 12:11:51 +0800
committer Hsin-chen Chuang <chharry@google.com> 2025-03-21 14:01:16 +0800
commit627d7ab0f416ea55ce3eed3ecec94c7f006457ad (patch)
treedc47ff901296433fbd8ad1f96c32ee5ec0821bef /system
parent7e308d55110d1b97ee71a1e37473c18c865b0f17 (diff)
floss: Fix build
This fixes build breakage caused by http://ag/32312459 Bug: 398195386 Bug: 393449774 Bug: 403298034 Test: m com.google.android.bt Test: floss/build/build-in-container.py Test: emerge floss Flag: EXEMPT, Floss only change Change-Id: Ib66f7399146e7c8d1588b6ce4c7efa11b8e51f2e
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" ]