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

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

Merge "Turn on PGO for libsensorservice" am: d3ee506d am: ada6d9e6 am: 35731cbf

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

Change-Id: Ic323eb47c478c17641707df6a51c1463ad7224ca
parents e79ce794 35731cbf
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -78,6 +78,11 @@ cc_library_shared {
        "libsensorprivacy",
        "libpermission",
    ],

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

cc_binary {