diff options
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/Android.bp | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/compiler/Android.bp b/compiler/Android.bp index 40c676c406..c4d538fc88 100644 --- a/compiler/Android.bp +++ b/compiler/Android.bp @@ -256,7 +256,14 @@ art_cc_library { instrumentation: true, profile_file: "art/dex2oat.profdata", benchmarks: ["dex2oat"], - } + }, + target: { + android: { + lto: { + thin: true, + }, + }, + }, } art_cc_library { |