aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2018-03-07 13:12:55 -0800
committerYi Kong <yikong@google.com>2018-03-07 13:14:36 -0800
commit544542989b53c2a5d36fee5115c9bf343cbf506f (patch)
tree737c36b025d55a7eb55ee29079122d597182845a /Android.bp
parent931a4e470402dc96cdf6e49d3571dc550a4e6fe7 (diff)
downloadvixl-544542989b53c2a5d36fee5115c9bf343cbf506f.tar.gz
Test: build Bug: 62839002 Change-Id: I7218bd6cd8bb56dab7e7fc252082f1f91b076a5d
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp18
1 files changed, 16 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 8f1c4ae4..650b56b3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -133,7 +133,14 @@ cc_library {
instrumentation: true,
profile_file: "art/dex2oat.profdata",
benchmarks: ["dex2oat"],
- }
+ },
+ target: {
+ android: {
+ lto: {
+ thin: true,
+ },
+ },
+ },
}
cc_library {
@@ -153,7 +160,14 @@ cc_library {
instrumentation: true,
profile_file: "art/dex2oat.profdata",
benchmarks: ["dex2oat"],
- }
+ },
+ target: {
+ android: {
+ lto: {
+ thin: true,
+ },
+ },
+ },
}
cc_library {