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

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

Merge "[cc_fuzz] Revert 'disable LTO' patches." am: 80e64fb6

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

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

cc_library_headers {