Skip to content

Commit

Permalink
Fix typo in build targets for minimal app (#23876)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored Dec 2, 2022
1 parent a541b5b commit c276f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/build/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def BuildHostTarget():
app_parts = [
TargetPart('rpc-console', app=HostApp.RPC_CONSOLE).OnlyIfRe(f'{native_board_name}-'),
TargetPart('all-clusters', app=HostApp.ALL_CLUSTERS),
TargetPart('all-clusters-minimal', app=HostApp.ALL_CLUSTERS),
TargetPart('all-clusters-minimal', app=HostApp.ALL_CLUSTERS_MINIMAL),
TargetPart('chip-tool', app=HostApp.CHIP_TOOL),
TargetPart('thermostat', app=HostApp.THERMOSTAT),
TargetPart('java-matter-controller', app=HostApp.JAVA_MATTER_CONTROLLER),
Expand Down

0 comments on commit c276f72

Please sign in to comment.