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

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

Merge "Opt libhwui out of -fprofile-sample-accurate" am: 3661b1ba am:...

Merge "Opt libhwui out of -fprofile-sample-accurate" am: 3661b1ba am: 686c948c am: 7210c915 am: db46763e

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2500818



Change-Id: If6cfc1d77d7f418df528739b87b8f6123b01522b
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 6fdddabf db46763e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -55,6 +55,10 @@ cc_defaults {
        // GCC false-positives on this warning, and since we -Werror that's
        // a problem
        "-Wno-free-nonheap-object",

        // Do not de-optimise cold code paths in AFDO.
        // Some code paths might be infrequently executed but critical to latency.
        "-fno-profile-sample-accurate",
    ],

    include_dirs: [