Merge "Work around b/24465209, do not pack relocation table."

am: d01890df3c

Change-Id: If94d1d0587ad7314df416407c1ab4ad8dedc559a
This commit is contained in:
Chih-Hung Hsieh
2018-05-24 14:33:24 -07:00
committed by android-build-merger

View File

@@ -34,6 +34,7 @@ cc_library_shared {
arch: {
arm: {
// TODO: This is to work around b/24465209. Remove after root cause is fixed
pack_relocations: false,
ldflags: ["-Wl,--hash-style=both"],
},
},