diff options
Diffstat (limited to 'compiler/Android.bp')
-rw-r--r-- | compiler/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/Android.bp b/compiler/Android.bp index 31980691ee..aee181aec2 100644 --- a/compiler/Android.bp +++ b/compiler/Android.bp @@ -177,7 +177,7 @@ art_cc_defaults { ], include_dirs: ["art/disassembler"], header_libs: [ - "art_cmdlineparser_headers", // For compiler_options. + "art_cmdlineparser_headers", // For compiler_options. "libnativehelper_header_only", ], @@ -254,7 +254,7 @@ art_cc_library { target: { android: { lto: { - thin: true, + thin: true, }, }, }, |