Skip to content

Commit

Permalink
[genio] remove unnecessary dependencies that cause a build failure (#…
Browse files Browse the repository at this point in the history
…25613)

* [genio] remove unnecessary dependencies

* Restyled by gn

---------

Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Sep 27, 2023
1 parent 484179e commit 1049411
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/platform/mt793x/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,8 @@ static_library("mt793x") {

public_deps += [ "${chip_root}/third_party/mt793x_sdk/mDNSResponder" ]

# Add pigweed KVS
deps = [
"$dir_pw_kvs:crc16",
"$dir_pw_log",
]
public_deps += [
"$dir_pw_checksum",
"$dir_pw_kvs",
]
deps = []
public_deps += []

# mDNS
if (chip_mdns == "platform") {
Expand Down

0 comments on commit 1049411

Please sign in to comment.