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

Commit f060e649 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents ecbf9e4f 9d0c06d3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 {