commit | 6ee028f16596bf617e2d8b817c13734ef65c51fb | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Thu Dec 23 15:57:40 2021 +0800 |
committer | Yi Kong <yikong@google.com> | Thu Dec 23 15:57:40 2021 +0800 |
tree | 68f6279434594e25a653ec6cd0b37fed88ac1070 | |
parent | fcf3fefe0bb4d3f3cda8841e783f0db6b230a454 [diff] [blame] |
Enable afdo for libutils Enable PGO (profile guided optimisation) for better performance. Test: presubmit Bug: 195134194 Change-Id: If9abecd830573946fc52b28afd7599800367aa09
diff --git a/libutils/Android.bp b/libutils/Android.bp index e6d9a4c..bda9d6b 100644 --- a/libutils/Android.bp +++ b/libutils/Android.bp
@@ -177,6 +177,8 @@ "//apex_available:platform", ], min_sdk_version: "apex_inherit", + + afdo: true, } cc_library {