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

Commit fcd1e578 authored by Yi Kong's avatar Yi Kong Committed by Automerger Merge Worker
Browse files

Merge "surfaceflinger: Move pgo rules to afdo" am: eb2e914f am: 5edd6a23...

Merge "surfaceflinger: Move pgo rules to afdo" am: eb2e914f am: 5edd6a23 am: 4e75302b am: edf7038f

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

Change-Id: I4e787453637599ea131079f3fde5ce9085dec7b7
parents 844563f2 edf7038f
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -125,10 +125,7 @@ cc_defaults {
        thin: true,
    },
    whole_program_vtables: true, // Requires ThinLTO
    pgo: {
        sampling: true,
        profile_file: "surfaceflinger/surfaceflinger.profdata",
    },
    afdo: true,
    // TODO(b/131771163): Fix broken fuzzer support with LTO.
    sanitize: {
        fuzzer: false,