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

Commit edd04f1b authored by Yi Kong's avatar Yi Kong
Browse files

Revert "snapuserd: opt out of Global ThinLTO to workaround segfault"

This reverts commit 9d0c06d3.

The failure is fixed by https://r.android.com/2725997. Workaround no
longer needed.

Test: manual
Bug: 208565717
Bug: 295944813
Change-Id: I83638938bf52a4b2b1e72743f892c579622ba9e6
parent 99a33df5
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -147,12 +147,6 @@ cc_defaults {
    // snapuserd, which would lead to deadlock if we had to handle page
    // faults for its code pages.
    static_executable: true,

    // Snapuserd segfaults with ThinLTO
    // http://b/208565717
    lto: {
         never: true,
    },
}

cc_binary {