Skip to content

Commit

Permalink
pw_bluetooth_sapphire: Add structured config values to bt-host pkg
Browse files Browse the repository at this point in the history
Change-Id: I98a6b3075930d35b833d4cafe1eeb67af7e66f18
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/235374
Pigweed-Auto-Submit: Ben Lawson <[email protected]>
Lint: Lint 🤖 <[email protected]>
Reviewed-by: Jerry Belton <[email protected]>
Reviewed-by: Jiaming Li <[email protected]>
Docs-Not-Needed: Ben Lawson <[email protected]>
Commit-Queue: Ben Lawson <[email protected]>
  • Loading branch information
BenjaminLawson authored and CQ Bot Account committed Sep 12, 2024
1 parent 73627bf commit 5b61c39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pw_bluetooth_sapphire/fuchsia/bt_host/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ fuchsia_package(
],
fuchsia_api_level = "HEAD",
platform = fuchsia_platforms.x64,
resources = [":default_config_values"],
tags = ["manual"],
)

Expand All @@ -164,6 +165,7 @@ fuchsia_package(
],
fuchsia_api_level = "HEAD",
platform = fuchsia_platforms.arm64,
resources = [":default_config_values"],
tags = ["manual"],
)

Expand Down

0 comments on commit 5b61c39

Please sign in to comment.