diff options
author | David Srbecky <dsrbecky@google.com> | 2015-04-09 15:52:20 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-04-09 15:52:21 +0000 |
commit | ba9715a8657e5a0b6cd201b2aa003685cacbb896 (patch) | |
tree | cda005d489efe39261eb4e2f8f724af06f6c040b /compiler/Android.mk | |
parent | a528e850b0444419e709e4151c992efafcf512fe (diff) | |
parent | 1109fb3cacc8bb667979780c2b4b12ce5bb64549 (diff) | |
download | art-ba9715a8657e5a0b6cd201b2aa003685cacbb896.zip art-ba9715a8657e5a0b6cd201b2aa003685cacbb896.tar.gz art-ba9715a8657e5a0b6cd201b2aa003685cacbb896.tar.bz2 |
Merge "Implement CFI for Quick."
Diffstat (limited to 'compiler/Android.mk')
-rw-r--r-- | compiler/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/Android.mk b/compiler/Android.mk index 765b9f0..94322a8 100644 --- a/compiler/Android.mk +++ b/compiler/Android.mk @@ -41,6 +41,7 @@ LIBART_COMPILER_SRC_FILES := \ dex/quick/gen_common.cc \ dex/quick/gen_invoke.cc \ dex/quick/gen_loadstore.cc \ + dex/quick/lazy_debug_frame_opcode_writer.cc \ dex/quick/local_optimizations.cc \ dex/quick/mips/assemble_mips.cc \ dex/quick/mips/call_mips.cc \ |