snapuserd: opt out of Global ThinLTO to workaround segfault
Test: manual Bug: 208565717 Change-Id: I78397a44a7cbc2e2f04e0c77c4a816b909c95517
This commit is contained in:
parent
6c31ab7a13
commit
9d0c06d3e2
1 changed files with 6 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue