Skip to content

Commit c276f72

Browse files
authored
Fix typo in build targets for minimal app (#23876)
1 parent a541b5b commit c276f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build/build/targets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def BuildHostTarget():
9797
app_parts = [
9898
TargetPart('rpc-console', app=HostApp.RPC_CONSOLE).OnlyIfRe(f'{native_board_name}-'),
9999
TargetPart('all-clusters', app=HostApp.ALL_CLUSTERS),
100-
TargetPart('all-clusters-minimal', app=HostApp.ALL_CLUSTERS),
100+
TargetPart('all-clusters-minimal', app=HostApp.ALL_CLUSTERS_MINIMAL),
101101
TargetPart('chip-tool', app=HostApp.CHIP_TOOL),
102102
TargetPart('thermostat', app=HostApp.THERMOSTAT),
103103
TargetPart('java-matter-controller', app=HostApp.JAVA_MATTER_CONTROLLER),

0 commit comments

Comments
 (0)