Enable afdo for libutils

Enable PGO (profile guided optimisation) for better performance.

Test: presubmit
Bug: 195134194
Change-Id: If9abecd830573946fc52b28afd7599800367aa09
This commit is contained in:
Yi Kong 2021-12-23 15:57:40 +08:00
parent fcf3fefe0b
commit 6ee028f165
1 changed files with 2 additions and 0 deletions

View File

@ -177,6 +177,8 @@ cc_library {
"//apex_available:platform",
],
min_sdk_version: "apex_inherit",
afdo: true,
}
cc_library {