Skip to content

Commit

Permalink
Remove exec_script() that always returns the empty string (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderso committed Mar 9, 2024
1 parent ef514ca commit e9df434
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions build/config/android/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ config("sdk") {
if (sysroot != "") {
cflags = [ "--sysroot=" + sysroot ]
ldflags = [ "-L" + rebase_path("$android_lib", root_build_dir) ]

# Need to get some linker flags out of the sysroot.
sysroot_ld_path = rebase_path("//build/config/linux/sysroot_ld_path.py")
ldflags += [ exec_script(sysroot_ld_path,
[
rebase_path("//build/linux/sysroot_ld_path.sh"),
sysroot,
],
"value") ]
}
}

Expand Down

0 comments on commit e9df434

Please sign in to comment.