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

Commit f8584810 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Workaround global ThinLTO breakage" am: cebdb22b am: c923d394

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1456325

Change-Id: I675ea2aac74002c4c56c7b317e0d1725f0e642bf
parents 5a4d0d3a c923d394
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -44,6 +44,12 @@ cc_library {
        "libstagefright_bufferpool@2.0.1",
        "libui",
    ],

    // Device does not boot when global ThinLTO is enabled for this library.
    // http://b/170595429
    lto: {
        never: true,
    },
}