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

This reverts commit 9d0c06d3e2.

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

Test: manual
Bug: 208565717
Bug: 295944813
Change-Id: I83638938bf52a4b2b1e72743f892c579622ba9e6
This commit is contained in:
Yi Kong 2023-12-12 16:35:07 +09:00
parent 99a33df544
commit edd04f1b38

View file

@ -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 {