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

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

Merge "[cc_fuzz] Revert 'disable LTO' patches." am: 80e64fb6 am: 3425581d am: 03b045e9

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

Change-Id: If94a327554ca1fa8a6d6481c3b1ce4031237dcbc
parents b741e258 03b045e9
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -124,10 +124,6 @@ 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 {