diff options
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 9a868fcd79..4f9f31251f 100644 --- a/compiler/Android.mk +++ b/compiler/Android.mk @@ -48,6 +48,7 @@ LIBART_COMPILER_SRC_FILES := \ dex/quick/mips/utility_mips.cc \ dex/quick/mir_to_lir.cc \ dex/quick/ralloc_util.cc \ + dex/quick/resource_mask.cc \ dex/quick/x86/assemble_x86.cc \ dex/quick/x86/call_x86.cc \ dex/quick/x86/fp_x86.cc \ |