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

Commit 054f2fac authored by Yi Kong's avatar Yi Kong
Browse files

PGO for libbinder

This improves app launch performance by 1.70%.

Test: presubmit
Bug: 181934413
Bug: 175205560
Change-Id: Ic9be75234a5fafa9e9fa890006b20f8c862e6799
parent e9b81a40
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