We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de72f1f commit 2dbb02aCopy full SHA for 2dbb02a
scripts/build/build/targets.py
@@ -204,10 +204,10 @@ def BuildHostTarget():
204
target.AppendModifier('googletest', use_googletest=True).OnlyIfRe('-tests')
205
target.AppendModifier('terms-and-conditions', terms_and_conditions_required=True)
206
target.AppendModifier('webrtc', enable_webrtc=True)
207
-
+
208
# Standalone modifiers
209
target.AppendModifier('no-read-client', chip_enable_read_client=False)
210
211
# Unified build modifier - automatically selects compatible group
212
# The unified_group is determined by the combination of other modifiers
213
target.AppendModifier('unified', unified=True).OnlyIfRe(
0 commit comments