Enable afdo for libutils
Enable PGO (profile guided optimisation) for better performance. Test: presubmit Bug: 195134194 Change-Id: If9abecd830573946fc52b28afd7599800367aa09
This commit is contained in:
parent
fcf3fefe0b
commit
6ee028f165
|
@ -177,6 +177,8 @@ cc_library {
|
|||
"//apex_available:platform",
|
||||
],
|
||||
min_sdk_version: "apex_inherit",
|
||||
|
||||
afdo: true,
|
||||
}
|
||||
|
||||
cc_library {
|
||||
|
|
Loading…
Reference in New Issue