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

Commit 84dec420 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

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

parents e097f82a 1cd8b5c6
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.