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

Commit 97efe0d7 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:...

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

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

Change-Id: I430d540117b55331bf6205c3ed6a26ab1942e69f
parents 0abd019f abe29361
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 {