Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 618e1747 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

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

am: d7f77b5a

Change-Id: I4922e3c5c43d90b270a23c6fff343826941a4237
parents 7ad5165b d7f77b5a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"],
        },
    },