diff options
Diffstat (limited to 'compiler/Android.mk')
| -rw-r--r-- | compiler/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Android.mk b/compiler/Android.mk index 414f667e5a..b16494248f 100644 --- a/compiler/Android.mk +++ b/compiler/Android.mk @@ -20,7 +20,7 @@ include art/build/Android.common_build.mk LIBART_COMPILER_SRC_FILES := \ compiled_method.cc \ - debug/elf_writer_debug.cc \ + debug/elf_debug_writer.cc \ dex/global_value_numbering.cc \ dex/gvn_dead_code_elimination.cc \ dex/local_value_numbering.cc \ |