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

Commit 7d4a7171 authored by Yi Kong's avatar Yi Kong
Browse files

Revert "Turn off LTO for libaudioflinger_timing"

This reverts commit ba501421.

Root cause fixed, workaround is no longer necessary.

Bug: 289475610
Change-Id: Icb940fbbbd03cbc0b778304e6874fb9ee9acad2a
parent 0177138c
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,
    },
}