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

Commit d1cc7c7c authored by Yi Kong's avatar Yi Kong
Browse files

Turn on PGO for libsensorservice

Enable PGO (profile guided optimisation) for better performance.

Bug: 175205560
Bug: 195134194
Test: presubmit
Change-Id: I4461ec3d043680b4052c5678acac412feed59cdb
parent 15779c23
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -78,6 +78,11 @@ cc_library_shared {
        "libsensorprivacy",
        "libsensorprivacy",
        "libpermission",
        "libpermission",
    ],
    ],

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


cc_binary {
cc_binary {