diff options
Diffstat (limited to 'compiler/Android.bp')
| -rw-r--r-- | compiler/Android.bp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/compiler/Android.bp b/compiler/Android.bp index a76539d71a..2e60e7d658 100644 --- a/compiler/Android.bp +++ b/compiler/Android.bp @@ -250,6 +250,12 @@ art_cc_library { shared_libs: [ "libart", ], + + pgo: { + instrumentation: true, + profile_file: "art/dex2oat.profdata", + benchmarks: ["dex2oat"], + } } art_cc_library { |