snapuserd: opt out of Global ThinLTO to workaround segfault

Test: manual
Bug: 208565717
Change-Id: I78397a44a7cbc2e2f04e0c77c4a816b909c95517
This commit is contained in:
Yi Kong 2021-12-07 12:32:34 +08:00
parent 6c31ab7a13
commit 9d0c06d3e2

View file

@ -107,6 +107,12 @@ cc_binary {
ramdisk_available: true,
vendor_ramdisk_available: true,
recovery_available: true,
// Snapuserd segfaults with ThinLTO
// http://b/208565717
lto: {
never: true,
}
}
cc_test {