Skip to content

Commit

Permalink
Workaround for ESP32 layering error
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Jan 20, 2025
1 parent 4340aa6 commit 82c9ef9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/platform/ESP32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@ static_library("ESP32") {
"NetworkCommissioningDriver.cpp",
"NetworkCommissioningDriver.h",
]

# TODO: this is NOT ok, however we added a layering dependecy
# in NetworkCommissioningDriver accessing app/InteractionModelEngine.h
#
# Should be removed after https://github.com/project-chip/connectedhomeip/issues/37126
# is fixed
deps += [ "${chip_root}/src/access:access_config" ]
}

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

0 comments on commit 82c9ef9

Please sign in to comment.