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

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

Change-Id: If94d1d0587ad7314df416407c1ab4ad8dedc559a
parents 07578c78 d01890df
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"],
        },
    },