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

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

Merge "Workaround global ThinLTO breakage" am: cebdb22b

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

Change-Id: I49c37236be6b8a1395fa7c477cbea49093c5e7a0
parents 0f4a2cb7 cebdb22b
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,
    },
}