| Index: build/config/android/BUILD.gn
|
| diff --git a/build/config/android/BUILD.gn b/build/config/android/BUILD.gn
|
| index 0503bef1e1f3edd4ef79313dbbb37deeab1d87d5..618d0961e8da6fae52f3930f1d082127d942e1df 100644
|
| --- a/build/config/android/BUILD.gn
|
| +++ b/build/config/android/BUILD.gn
|
| @@ -195,23 +195,6 @@ config("runtime_library") {
|
| }
|
| }
|
|
|
| -config("sdk") {
|
| - if (sysroot != "") {
|
| - cflags = [ "--sysroot=" + sysroot ]
|
| - asmflags = [ "--sysroot=" + sysroot ]
|
| - ldflags = [ "--sysroot=" + sysroot ]
|
| -
|
| - # 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") ]
|
| - }
|
| -}
|
| -
|
| config("executable_config") {
|
| cflags = [ "-fPIE" ]
|
| asmflags = [ "-fPIE" ]
|
|
|