diff options
| -rw-r--r-- | compiler/Android.bp | 3 | ||||
| -rw-r--r-- | dex2oat/Android.bp | 3 | ||||
| -rw-r--r-- | dexlayout/Android.bp | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/compiler/Android.bp b/compiler/Android.bp index d4d72f380b..01f761b877 100644 --- a/compiler/Android.bp +++ b/compiler/Android.bp @@ -252,9 +252,8 @@ art_cc_library { pgo: { instrumentation: true, - profile_file: "dex2oat.profdata", + profile_file: "art/dex2oat.profdata", benchmarks: ["dex2oat"], - enable_profile_use: false, } } diff --git a/dex2oat/Android.bp b/dex2oat/Android.bp index dc71b9ba3e..3a6c86d768 100644 --- a/dex2oat/Android.bp +++ b/dex2oat/Android.bp @@ -132,9 +132,8 @@ art_cc_binary { pgo: { instrumentation: true, - profile_file: "dex2oat.profdata", + profile_file: "art/dex2oat.profdata", benchmarks: ["dex2oat"], - enable_profile_use: false, cflags: [ // Ignore frame-size increase resulting from instrumentation. "-Wno-frame-larger-than=", diff --git a/dexlayout/Android.bp b/dexlayout/Android.bp index 4f5d81095f..23ad5fd17e 100644 --- a/dexlayout/Android.bp +++ b/dexlayout/Android.bp @@ -37,9 +37,8 @@ art_cc_library { pgo: { instrumentation: true, - profile_file: "dex2oat.profdata", + profile_file: "art/dex2oat.profdata", benchmarks: ["dex2oat"], - enable_profile_use: false, } } |