From 6ee028f16596bf617e2d8b817c13734ef65c51fb Mon Sep 17 00:00:00 2001 From: Yi Kong Date: Thu, 23 Dec 2021 15:57:40 +0800 Subject: [PATCH] Enable afdo for libutils Enable PGO (profile guided optimisation) for better performance. Test: presubmit Bug: 195134194 Change-Id: If9abecd830573946fc52b28afd7599800367aa09 --- libutils/Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libutils/Android.bp b/libutils/Android.bp index e6d9a4c6e..bda9d6bdf 100644 --- a/libutils/Android.bp +++ b/libutils/Android.bp @@ -177,6 +177,8 @@ cc_library { "//apex_available:platform", ], min_sdk_version: "apex_inherit", + + afdo: true, } cc_library {