summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/Android.mk')
-rw-r--r--JavaScriptCore/Android.mk16
1 files changed, 15 insertions, 1 deletions
diff --git a/JavaScriptCore/Android.mk b/JavaScriptCore/Android.mk
index 3a65b81..b03cd97 100644
--- a/JavaScriptCore/Android.mk
+++ b/JavaScriptCore/Android.mk
@@ -45,6 +45,16 @@ LOCAL_SRC_FILES := \
interpreter/Interpreter.cpp \
interpreter/RegisterFile.cpp \
\
+ jit/ExecutableAllocator.cpp\
+ jit/ExecutableAllocatorFixedVMPool.cpp \
+ jit/ExecutableAllocatorPosix.cpp \
+ jit/JIT.cpp \
+ jit/JITArithmetic.cpp \
+ jit/JITCall.cpp \
+ jit/JITOpcodes.cpp \
+ jit/JITPropertyAccess.cpp \
+ jit/JITStubs.cpp \
+ \
parser/Lexer.cpp \
parser/Nodes.cpp \
parser/Parser.cpp \
@@ -172,7 +182,11 @@ LOCAL_SRC_FILES := \
wtf/unicode/CollatorDefault.cpp \
wtf/unicode/UTF8.cpp \
\
- wtf/unicode/icu/CollatorICU.cpp
+ wtf/unicode/icu/CollatorICU.cpp \
+ \
+ yarr/RegexCompiler.cpp \
+ yarr/RegexInterpreter.cpp \
+ yarr/RegexJIT.cpp
# Rule to build grammar.y with our custom bison.
GEN := $(intermediates)/parser/Grammar.cpp