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

Commit 0c3c4d1c authored by Ian Pedowitz's avatar Ian Pedowitz
Browse files

Fixing app compat issue b/72143978

Revert "Remove obsolete workaround."

This reverts commit 5e48241a.

Bug: 72143978
Bug: 24465209
Test: Tested failing case on sailfish, reverted back all CL's since
Test: 3471433 for b/24465209 and apps open
parent d6cd4b24
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -30,6 +30,13 @@ cc_library_shared {
        "libandroid_runtime",
        "libskia",
    ],

    arch: {
        arm: {
            // TODO: This is to work around b/24465209. Remove after root cause is fixed
            ldflags: ["-Wl,--hash-style=both"],
        },
    },
}

// The headers module is in frameworks/native/Android.bp.