aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorPirama Arumuga Nainar <pirama@google.com>2018-01-18 12:39:51 -0800
committerPirama Arumuga Nainar <pirama@google.com>2018-01-18 12:39:51 -0800
commitf49bc923121590430d36523702294b2eda478982 (patch)
tree60f2e9ad3f6d67d9b2ac17561c43fa461b696e02 /Android.bp
parent9048d873c639d32a01d04b0046f728c950ccca14 (diff)
downloadvixl-f49bc923121590430d36523702294b2eda478982.tar.gz
Update PGO configurationandroid-wear-8.0.0_r1
Bug: http://b/63768402 - Remove the 'enable_profile_use' property. This is a no-op change with https://android-review.googlesource.com/c/591562 - PGO profile use is only enabled if the profile file exists. We don't have one yet. - Move the profile file location to an art/ subdirectory so it doesn't conflict with profiles for other projects Test: Build AOSP Change-Id: Ic92bd2397d47d95eaa3856c039a7e8547b206449
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp6
1 files changed, 2 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index d6f3b0ad..e79c4213 100644
--- a/Android.bp
+++ b/Android.bp
@@ -132,9 +132,8 @@ cc_library {
pgo: {
instrumentation: true,
- profile_file: "dex2oat.profdata",
+ profile_file: "art/dex2oat.profdata",
benchmarks: ["dex2oat"],
- enable_profile_use: false,
}
}
@@ -153,9 +152,8 @@ cc_library {
pgo: {
instrumentation: true,
- profile_file: "dex2oat.profdata",
+ profile_file: "art/dex2oat.profdata",
benchmarks: ["dex2oat"],
- enable_profile_use: false,
}
}