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

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

Merge "surfaceflinger: Enable PGO" am: 72ee7937 am: 32bf5755

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I7a847372de369dd2ad3c0513b16df77776ecce78
parents 0f11a9a9 32bf5755
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -112,6 +112,10 @@ cc_defaults {
        thin: true,
        thin: true,
    },
    },
    whole_program_vtables: true, // Requires ThinLTO
    whole_program_vtables: true, // Requires ThinLTO
    pgo: {
        sampling: true,
        profile_file: "surfaceflinger/surfaceflinger.profdata",
    },
    // TODO(b/131771163): Fix broken fuzzer support with LTO.
    // TODO(b/131771163): Fix broken fuzzer support with LTO.
    sanitize: {
    sanitize: {
        fuzzer: false,
        fuzzer: false,