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

Commit ea756c5

Browse files
authored
[fuchsia] Use the proper version of fidlc (#34271)
1 parent e780ac2 commit ea756c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/fuchsia/fidl/fidl_library.gni

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import("//flutter/tools/executable_action.gni")
66
import("//flutter/tools/fuchsia/fidl/fidl.gni")
77
import("//flutter/tools/fuchsia/fidl/toolchain.gni")
8+
import("//flutter/tools/fuchsia/gn-sdk/config/config.gni")
89

910
# Generates some representation of a FIDL library that's consumable by Language
1011
# bindings generators.
@@ -107,7 +108,7 @@ template("fidl_library") {
107108

108109
visibility = [ ":*" ]
109110

110-
tool = "${fuchsia_sdk_path}/tools/fidlc"
111+
tool = "$fuchsia_tool_dir/fidlc"
111112

112113
inputs = [ response_file ]
113114

0 commit comments

Comments
 (0)