Skip to content

Commit

Permalink
Remove dependency on nlio in src/app (#31800)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored Feb 1, 2024
1 parent 2005232 commit 8507f90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

import("//build_overrides/chip.gni")
import("//build_overrides/nlio.gni")
import("${chip_root}/build/chip/buildconfig_header.gni")
import("${chip_root}/src/lib/core/core.gni")
import("${chip_root}/src/platform/device.gni")
Expand Down Expand Up @@ -344,7 +343,6 @@ static_library("app") {
"${chip_root}/src/messaging",
"${chip_root}/src/protocols/interaction_model",
"${chip_root}/src/system",
"${nlio_root}:nlio",
]

if (chip_enable_read_client) {
Expand Down

0 comments on commit 8507f90

Please sign in to comment.