From 1f8a9744920941fedfd732b9c28361287f690947 Mon Sep 17 00:00:00 2001 From: Lulu Wang Date: Mon, 26 Jun 2023 23:44:40 +0000 Subject: [PATCH] pw_bluetooth: Delete temporary Emboss build library 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 Commit-Queue: Lulu Wang --- pw_bluetooth/BUILD.gn | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pw_bluetooth/BUILD.gn b/pw_bluetooth/BUILD.gn index 2f059e534e..7f7ea2c0d6 100644 --- a/pw_bluetooth/BUILD.gn +++ b/pw_bluetooth/BUILD.gn @@ -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") { }