commit | d3ee506d560cf7166d82a5eefebbe96ef8e3405f | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Fri Dec 03 18:40:17 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Dec 03 18:40:17 2021 +0000 |
tree | 59ec27141be12751e218a5fe9c989f7e3fac5124 | |
parent | 15779c238f3ae2ad3ab562eaf4904da9f43a9b86 [diff] | |
parent | d1cc7c7c13f7f9839b7013cd53c045b92d7fd1b5 [diff] |
Merge "Turn on PGO for libsensorservice"
diff --git a/services/sensorservice/Android.bp b/services/sensorservice/Android.bp index 1be5a96..b596708 100644 --- a/services/sensorservice/Android.bp +++ b/services/sensorservice/Android.bp
@@ -78,6 +78,11 @@ "libsensorprivacy", "libpermission", ], + + pgo: { + sampling: true, + profile_file: "sensorservice/libsensorservice.profdata", + }, } cc_binary {