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

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

Merge "PGO for libbinder" am: 4a9a39c2

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ie71a224158d4451d3d9ccb2b72cb6809d9f7da85
parents 9e2b0c46 4a9a39c2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -218,6 +218,11 @@ cc_library {
        "performance*",
        "portability*",
    ],

    pgo: {
        sampling: true,
        profile_file: "libbinder/libbinder.profdata",
    },
}

// AIDL interface between libbinder and framework.jar