Skip to content

Commit

Permalink
Adds logic
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-marquez-csa committed Jan 21, 2024
1 parent 3ac757e commit 25de9ef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/build/builders/gn.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ def GnBuildArgs(self):
If used, returns a list of arguments.
"""
return None
extra_args = []
if "/lock-app" in self.root:
extra_args.append("chip_enable_icd_server=true")

return extra_args if extra_args else None

def GnBuildEnv(self):
"""Extra environment variables needed for the GN build to run.
Expand Down

0 comments on commit 25de9ef

Please sign in to comment.