Stop adding the bootstrap directory to rpath. am: e690b03a93
am: 74b4282303
Change-Id: Id8dd44fda1e726ebbf77b126e09afdfaa803d697
This commit is contained in:
commit
dfd9140de1
1 changed files with 1 additions and 7 deletions
|
@ -16,12 +16,6 @@ cc_binary {
|
|||
// and /system/lib/libc.so point to the mount points where nothing
|
||||
// is mounted on yet. Therefore, secilc has to have explicit knowledge about
|
||||
// the paths where the bootstrap Bionic is. bootstrap:true sets DT_INTERP to
|
||||
// /system/bin/bootstrap/linker. RPATH is explicitly set to /system/lib/bootstrap
|
||||
// where the bootstrap libc.so is.
|
||||
// /system/bin/bootstrap/linker.
|
||||
bootstrap: true,
|
||||
target: {
|
||||
android: {
|
||||
ldflags: ["-Wl,--rpath,/system/${LIB}/bootstrap"],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue