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

Commit 60cbc2b5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Turn off LTO for libaudioflinger_timing"

parents 3b70fc40 ba501421
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -55,4 +55,10 @@ cc_library {
        "-Wall",
        "-Werror",
    ],

    // LTO causes unaligned __cfi_check in the library "libaudioflinger_timing.so"
    // http://b/289475610
    lto: {
        never: true,
    },
}