Skip to content

Commit 6060937

Browse files
committed
Fix java builds
1 parent 260a17b commit 6060937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build/build/targets.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ def BuildHostTarget():
111111
TargetPart('chip-tool', app=HostApp.CHIP_TOOL),
112112
TargetPart('thermostat', app=HostApp.THERMOSTAT),
113113
# TODO: controllers depending on a datamodel is odd. For now fix compile dependencies on ember.
114-
TargetPart('java-matter-controller', app=HostApp.JAVA_MATTER_CONTROLLER, chip_use_data_model="disabled"),
115-
TargetPart('kotlin-matter-controller', app=HostApp.KOTLIN_MATTER_CONTROLLER, chip_use_data_model="disabled"),
114+
TargetPart('java-matter-controller', app=HostApp.JAVA_MATTER_CONTROLLER, data_model_interface="disabled"),
115+
TargetPart('kotlin-matter-controller', app=HostApp.KOTLIN_MATTER_CONTROLLER, data_model_interface="disabled"),
116116
TargetPart('minmdns', app=HostApp.MIN_MDNS),
117117
TargetPart('light', app=HostApp.LIGHT),
118118
TargetPart('lock', app=HostApp.LOCK),

0 commit comments

Comments
 (0)