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 e780ac2 commit ea756c5Copy full SHA for ea756c5
tools/fuchsia/fidl/fidl_library.gni
@@ -5,6 +5,7 @@
5
import("//flutter/tools/executable_action.gni")
6
import("//flutter/tools/fuchsia/fidl/fidl.gni")
7
import("//flutter/tools/fuchsia/fidl/toolchain.gni")
8
+import("//flutter/tools/fuchsia/gn-sdk/config/config.gni")
9
10
# Generates some representation of a FIDL library that's consumable by Language
11
# bindings generators.
@@ -107,7 +108,7 @@ template("fidl_library") {
107
108
109
visibility = [ ":*" ]
110
- tool = "${fuchsia_sdk_path}/tools/fidlc"
111
+ tool = "$fuchsia_tool_dir/fidlc"
112
113
inputs = [ response_file ]
114
0 commit comments