We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef514ca commit e9df434Copy full SHA for e9df434
build/config/android/BUILD.gn
@@ -9,15 +9,6 @@ config("sdk") {
9
if (sysroot != "") {
10
cflags = [ "--sysroot=" + sysroot ]
11
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") ]
21
}
22
23
0 commit comments