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

Commit 925c865a authored by Yi Kong's avatar Yi Kong
Browse files

Re-enable LTO for libviabratorservice

The breakage was fixed in the current stable Clang.

Test: presubmit
Bug: 241699694
Change-Id: I2dad60fa5a552bc6d16d1ef60d99ef319ff4be5c
parent a82e90f5
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -59,12 +59,6 @@ cc_library_shared {
        "-Wunreachable-code",
    ],

    // FIXME: Workaround LTO build breakage
    // http://b/241699694
    lto: {
        never: true,
    },

    local_include_dirs: ["include"],

    export_include_dirs: ["include"],