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

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

Merge "Revert "[cc_fuzz] Revert 'disable LTO' patches."" am: 434b6213

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2004385

Change-Id: Ifd0a9a4d9d740a7034c649a1dbd52bd063877690
parents 3425581d 434b6213
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -115,6 +115,10 @@ cc_defaults {
    },
    },
    whole_program_vtables: true, // Requires ThinLTO
    whole_program_vtables: true, // Requires ThinLTO
    afdo: true,
    afdo: true,
    // TODO(b/131771163): Fix broken fuzzer support with LTO.
    sanitize: {
        fuzzer: false,
    },
}
}


cc_library_headers {
cc_library_headers {