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

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

Merge "Turn off LTO for libaudioflinger_timing" am: 60cbc2b5 am: 49b9a4b3 am: fc23b0d4

parents 195fb250 fc23b0d4
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,
    },
}