diff options
author | Vladimir Marko <vmarko@google.com> | 2014-09-25 18:08:03 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-09-25 18:08:04 +0000 |
commit | 1ed5b27ee329208fd8ae22b8a9a61d708e2c1ffb (patch) | |
tree | e80187277f4a41c9b41a25ebb6dd9567b66fd2bf /compiler/Android.mk | |
parent | 34bb808affbed7a1db177b9ef4ab5461c2b2106b (diff) | |
parent | f4da675bbc4615c5f854c81964cac9dd1153baea (diff) | |
download | art-1ed5b27ee329208fd8ae22b8a9a61d708e2c1ffb.tar.gz art-1ed5b27ee329208fd8ae22b8a9a61d708e2c1ffb.tar.bz2 art-1ed5b27ee329208fd8ae22b8a9a61d708e2c1ffb.zip |
Merge "Implement method calls using relative BL on ARM."
Diffstat (limited to 'compiler/Android.mk')
-rw-r--r-- | compiler/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/Android.mk b/compiler/Android.mk index 13c567129..8b5e6d58f 100644 --- a/compiler/Android.mk +++ b/compiler/Android.mk @@ -126,7 +126,6 @@ LIBART_COMPILER_SRC_FILES := \ buffered_output_stream.cc \ compiler.cc \ elf_fixup.cc \ - elf_patcher.cc \ elf_stripper.cc \ elf_writer.cc \ elf_writer_quick.cc \ |