commit | 72ee793760c8fdff1a8a30201cad4742c42c3083 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Sat Feb 20 04:27:31 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Feb 20 04:27:31 2021 +0000 |
tree | 2839b471f199286375be80dd9bf1343b550758b0 | |
parent | 00d30857431f531412d254ff53888ee4568e71c3 [diff] | |
parent | 2598f20767c715386f885c322e5d56d56b81a04b [diff] |
Merge "surfaceflinger: Enable PGO"
diff --git a/services/surfaceflinger/Android.bp b/services/surfaceflinger/Android.bp index aa59f85..6b3bf8d 100644 --- a/services/surfaceflinger/Android.bp +++ b/services/surfaceflinger/Android.bp
@@ -112,6 +112,10 @@ thin: true, }, whole_program_vtables: true, // Requires ThinLTO + pgo: { + sampling: true, + profile_file: "surfaceflinger/surfaceflinger.profdata", + }, // TODO(b/131771163): Fix broken fuzzer support with LTO. sanitize: { fuzzer: false,