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

Commit f67d034b 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

am: 618e1747

Change-Id: I5a09847436a0608942c9c5636d807d7a984def73
parents ffc7674d 618e1747
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"],
        },
    },