Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 86a2f52

Browse files
Allow new FIDL syntax (#474)
Sets a flag on the fidlc compiler invocation that accepts the new syntax, in preparation for converting all SDK FIDL files to the new syntax.
1 parent 7c0ea28 commit 86a2f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/fuchsia/fidl_gen_cpp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def main():
5454
fidlc_command = [
5555
args.fidlc_bin,
5656
'--experimental',
57-
'old_syntax_only',
57+
'allow_new_syntax',
5858
'--tables',
5959
args.output_c_tables,
6060
'--json',

0 commit comments

Comments
 (0)