aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2018-03-20 17:47:44 +0000
committerYi Kong <yikong@google.com>2018-03-20 17:47:44 +0000
commit145b179f133356f232b47c3c1fdd9f3528594417 (patch)
treed1959537e4ae4eefa7c59b76481d69485181f43b /Android.bp
parent544542989b53c2a5d36fee5115c9bf343cbf506f (diff)
downloadvixl-145b179f133356f232b47c3c1fdd9f3528594417.tar.gz
Revert "Enable ThinLTO for libvixl"
This reverts commit 544542989b53c2a5d36fee5115c9bf343cbf506f. Might be the cause of libvixl crash. Bug: 75965848 Bug: 62839002 Change-Id: I87c2f323af6e476ce59c4d4b522e20a5c948b64c
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp18
1 files changed, 2 insertions, 16 deletions
diff --git a/Android.bp b/Android.bp
index 650b56b3..8f1c4ae4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -133,14 +133,7 @@ cc_library {
instrumentation: true,
profile_file: "art/dex2oat.profdata",
benchmarks: ["dex2oat"],
- },
- target: {
- android: {
- lto: {
- thin: true,
- },
- },
- },
+ }
}
cc_library {
@@ -160,14 +153,7 @@ cc_library {
instrumentation: true,
profile_file: "art/dex2oat.profdata",
benchmarks: ["dex2oat"],
- },
- target: {
- android: {
- lto: {
- thin: true,
- },
- },
- },
+ }
}
cc_library {