diff options
author | Alex Light <allight@google.com> | 2020-08-25 09:16:34 -0700 |
---|---|---|
committer | Alex Light <allight@google.com> | 2020-09-02 17:21:58 +0000 |
commit | 0d47a82b11ea666fc3ef971b32be5a03ffadc452 (patch) | |
tree | 2bd3e50b0dae701470f92a713a875ab594b3d344 /compiler/driver/compiler_options_map.h | |
parent | 6624d58c11b43a10c802037bf1c5754ca276156c (diff) |
Use help-text generator for dex2oat
The use of a static text blob makes keeping the dex2oat help text up
to date difficult. Change to use the new cmdline help-text generator
code.
Test: dex2oat --help
Change-Id: I1139cba2c773242e15f863d7efd2c7050c05ab4f
Diffstat (limited to 'compiler/driver/compiler_options_map.h')
-rw-r--r-- | compiler/driver/compiler_options_map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/driver/compiler_options_map.h b/compiler/driver/compiler_options_map.h index af212d66a1..14f511286a 100644 --- a/compiler/driver/compiler_options_map.h +++ b/compiler/driver/compiler_options_map.h @@ -22,6 +22,7 @@ #include "base/variant_map.h" #include "cmdline_types.h" +#include "compiler_filter.h" namespace art { |