Load Indexed RAM format on android

Reviewed By: javache

Differential Revision: D4268243

fbshipit-source-id: fc969cfc69810d0477c926ffc79c23584fcbd7eb
This commit is contained in:
David Aurelio
2016-12-04 16:09:12 -08:00
committed by Facebook Github Bot
parent fb3906994e
commit f9f32eb426
3 changed files with 30 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ LOCAL_SRC_FILES := \
Executor.cpp \
Instance.cpp \
JSCExecutor.cpp \
JSBundleType.cpp \
JSCLegacyProfiler.cpp \
JSCLegacyTracing.cpp \
JSCMemory.cpp \
@@ -16,6 +17,7 @@ LOCAL_SRC_FILES := \
JSCPerfStats.cpp \
JSCTracing.cpp \
JSCWebWorker.cpp \
JSIndexedRAMBundle.cpp \
MethodCall.cpp \
ModuleRegistry.cpp \
NativeToJsBridge.cpp \