Stop adding the bootstrap directory to rpath.

This is no longer necessary now that the bootstrap linker does this
automatically.

Change-Id: Ifd8177cc9cf5f2dc2a18c467ddb0147f8182fc4c
This commit is contained in:
Peter Collingbourne 2019-05-16 19:36:27 -07:00
parent 6efb8e7754
commit f6ce7d0de0

View file

@ -171,7 +171,6 @@ cc_binary {
exclude_shared_libs: ["libbinder", "libutils"],
},
},
ldflags: ["-Wl,--rpath,/system/${LIB}/bootstrap"],
}
// Tests