-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Fix software-fault-listener include in air-quality-sensor-app #39911
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix software-fault-listener include in air-quality-sensor-app #39911
Conversation
Fix the air-quality-sensor-app Linux example by adding the software-fault-listener header as dependency just like in other examples. This got missed in project-chip#38914.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request fixes a missing build dependency for the air-quality-sensor-app
Linux example by adding the software-fault-listener
header as a dependency in the BUILD.gn
file. The change is correct and I have no further suggestions.
PR #39911: Size comparison from ddb2cbf to 73a1dd6 Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
gemini-code-assist[bot]
arkq
cecille
andy31415
Summary
Fix the air-quality-sensor-app Linux example by adding the software-fault-listener header as dependency just like in other examples. This got missed in #38914.
Related issues
Testing
Build test the example.
Readability checklist
The checklist below will help the reviewer finish PR review in time and keep the
code readable:
descriptive
“When in Rome…”
rule (coding style)
See: Pull Request Guidelines