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

Commit 1cd8b5c6 authored by Ian Pedowitz's avatar Ian Pedowitz Committed by android-build-merger
Browse files

Merge "Fixing app compat issue b/72143978" am: 8353a39e am: 61bab24f

am: 1993c561

Change-Id: If6e67a008d02dc561982583a3819de1ef3e06e46
parents 52062b1f 1993c561
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -29,6 +29,13 @@ cc_library_shared {
    shared_libs: [
        "libandroid_runtime",
    ],

    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.