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

Commit 94174d51 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1912774

Change-Id: I2cc9f2f6170747db1c0396a28349839f6608a3f1
parents 94fd5ca7 f060e649
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 {