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

Commit 0e4c14c9 authored by Yi Kong's avatar Yi Kong
Browse files

Re-enable ThinLTO for libandroid_runtime

This partially reverts commit cd1e70b8.

Breakages are fixed in the current stable Clang.

Test: presubmit
Bug: 169004486
Change-Id: I2c69f7fc195aaa1f45249ef735860f0c50fe61fa
parent 0e28d56b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -457,9 +457,4 @@ cc_library_shared_for_libandroid_runtime {
            ],
        },
    },

    // Workaround Clang LTO crash.
    lto: {
        never: true,
    },
}