Skip to content

Commit

Permalink
Fix the EFR32 version stamping (#25548)
Browse files Browse the repository at this point in the history
There are build rules to set CHIP_DEVICE_CONFIG_DEVICE_SOFTWARE_VERSION_STRING
to a custom string, but the #define is not actually set in the context
where it is used (GenericConfigurationManagerImpl).

Fix this by exporting it from //third_party/silabs:efr32_sdk
  • Loading branch information
mspang authored and pull[bot] committed Oct 9, 2023
1 parent 9feabf5 commit 3248f26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/silabs/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ config("silabs_config") {

group("efr32_sdk") {
public_deps = [ efr32_sdk_target ]
public_configs = [ ":silabs_config" ]
}

# Openthread GSDK libraries configurations
Expand Down

0 comments on commit 3248f26

Please sign in to comment.