commit | d96b7ae49f05a2cd7e13624d16a5859651e14b96 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <pcc@google.com> | Thu May 16 19:36:27 2019 -0700 |
committer | Peter Collingbourne <pcc@google.com> | Thu May 16 19:36:27 2019 -0700 |
tree | d903b8e6a37f225fc25bcd56aa2238ba65169937 | |
parent | 264345c4eefc8aa83e16728f52d48ebdbe7d7102 [diff] |
Stop adding the bootstrap directory to rpath. This is no longer necessary now that the bootstrap linker does this automatically. Change-Id: Ifd8177cc9cf5f2dc2a18c467ddb0147f8182fc4c
diff --git a/init/Android.bp b/init/Android.bp index 69498ac..383a69d 100644 --- a/init/Android.bp +++ b/init/Android.bp
@@ -171,7 +171,6 @@ exclude_shared_libs: ["libbinder", "libutils"], }, }, - ldflags: ["-Wl,--rpath,/system/${LIB}/bootstrap"], } // Tests