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

am: d7f77b5a12

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

View File

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