Skip to content

Commit e9df434

Browse files
authored
Remove exec_script() that always returns the empty string (#834)
For flutter/flutter#144430 Validated in flutter/engine#51306
1 parent ef514ca commit e9df434

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build/config/android/BUILD.gn

-9
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ config("sdk") {
99
if (sysroot != "") {
1010
cflags = [ "--sysroot=" + sysroot ]
1111
ldflags = [ "-L" + rebase_path("$android_lib", root_build_dir) ]
12-
13-
# Need to get some linker flags out of the sysroot.
14-
sysroot_ld_path = rebase_path("//build/config/linux/sysroot_ld_path.py")
15-
ldflags += [ exec_script(sysroot_ld_path,
16-
[
17-
rebase_path("//build/linux/sysroot_ld_path.sh"),
18-
sysroot,
19-
],
20-
"value") ]
2112
}
2213
}
2314

0 commit comments

Comments
 (0)