diff options
author | Tong Shen <endlessroad@google.com> | 2014-09-03 17:24:56 -0700 |
---|---|---|
committer | Tong Shen <endlessroad@google.com> | 2014-10-03 11:25:11 -0700 |
commit | 62d1ca3182a6cbb921799825f43ad36821233fd7 (patch) | |
tree | 54d9663f5ce10f41e95fe774d4e4841c1a78bbc3 /compiler/Android.mk | |
parent | 63462448ca4e377074a10a4720aa22f71154dbe9 (diff) | |
download | art-62d1ca3182a6cbb921799825f43ad36821233fd7.zip art-62d1ca3182a6cbb921799825f43ad36821233fd7.tar.gz art-62d1ca3182a6cbb921799825f43ad36821233fd7.tar.bz2 |
ART: Prepare for ELF64.
Only expose necessary interface in ElfFile, and move all details into template class ElfFileImpl.
Change-Id: I9df2bbc55f32ba0ba91f4f3d5d0009e84a2ddf74
Diffstat (limited to 'compiler/Android.mk')
-rw-r--r-- | compiler/Android.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/Android.mk b/compiler/Android.mk index 8b5e6d5..133044a 100644 --- a/compiler/Android.mk +++ b/compiler/Android.mk @@ -125,8 +125,6 @@ LIBART_COMPILER_SRC_FILES := \ utils/scoped_arena_allocator.cc \ buffered_output_stream.cc \ compiler.cc \ - elf_fixup.cc \ - elf_stripper.cc \ elf_writer.cc \ elf_writer_quick.cc \ file_output_stream.cc \ |