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

Commit d01890df authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 1109e233 eeb1ea86
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"],
        },
    },