From 0d47a82b11ea666fc3ef971b32be5a03ffadc452 Mon Sep 17 00:00:00 2001 From: Alex Light Date: Tue, 25 Aug 2020 09:16:34 -0700 Subject: 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 --- compiler/driver/compiler_options_map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/driver/compiler_options_map.h') 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 { -- cgit v1.2.3-59-g8ed1b