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

Commit bc6600aa authored by Yi Kong's avatar Yi Kong Committed by Gerrit Code Review
Browse files

Merge "Revert "Turn off LTO for libaudioflinger_timing"" into main

parents 05920e6b 7d4a7171
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -55,10 +55,4 @@ cc_library {
        "-Wall",
        "-Werror",
    ],

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