Skip to content

Commit

Permalink
pw_bluetooth: Delete temporary Emboss build library
Browse files Browse the repository at this point in the history
Part of process to migrate Emboss vendor commands into new namespace (pw::bluetooth::vendor::android_hci)

Bug: b/280839425
Test: pw presubmit --step gn_emboss_nanopb_build
Change-Id: I783da458570e4b7b7d806e644a986f06ce877d84
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/153195
Reviewed-by: Ali Saeed <[email protected]>
Commit-Queue: Lulu Wang <[email protected]>
  • Loading branch information
Lulu Wang authored and CQ Bot Account committed Jun 26, 2023
1 parent c07555a commit 1f8a974
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pw_bluetooth/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,6 @@ if (dir_pw_third_party_emboss != "") {
imports = [ "public/pw_bluetooth/hci.emb" ]
deps = [ ":emboss_hci" ]
}

emboss_cc_library("emboss_vendor2") {
public_configs = [ ":emboss_include_path" ]
source = "public/pw_bluetooth/vendor2.emb"
imports = [ "public/pw_bluetooth/hci.emb" ]
deps = [ ":emboss_hci" ]
}
} else {
group("emboss_hci") {
}
Expand Down

0 comments on commit 1f8a974

Please sign in to comment.