Stop adding the bootstrap directory to rpath. am: e690b03a93

am: 74b4282303

Change-Id: Id8dd44fda1e726ebbf77b126e09afdfaa803d697
This commit is contained in:
Peter Collingbourne 2019-05-21 18:41:28 -07:00 committed by android-build-merger
commit dfd9140de1

View file

@ -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"],
},
},
}