summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2019-04-18 16:26:48 +0800
committerJoyee Cheung <joyeec9h3@gmail.com>2019-04-23 11:26:01 +0800
commitd7016679509cd7f2d50612369509e8797d8157b0 (patch)
treee9d77bbe56e71b6c5ddb3b86547362f550ea2148 /Makefile
parentffcc949f1cb72c19e4c7db6704ae02d0f7dac232 (diff)
downloadandroid-node-v8-d7016679509cd7f2d50612369509e8797d8157b0.tar.gz
android-node-v8-d7016679509cd7f2d50612369509e8797d8157b0.tar.bz2
android-node-v8-d7016679509cd7f2d50612369509e8797d8157b0.zip
tools: implement node_mksnapshot
Implements a node_mksnapshot target that generates a snapshot blob from a Node.js main instance's isolate, and serializes the data blob with other additional data into a C++ file that can be embedded into the Node.js binary. PR-URL: https://github.com/nodejs/node/pull/27321 Refs: https://github.com/nodejs/node/issues/17058 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d04aac3515..d41bf1601f 100644
--- a/Makefile
+++ b/Makefile
@@ -1226,6 +1226,8 @@ LINT_CPP_FILES = $(filter-out $(LINT_CPP_EXCLUDE), $(wildcard \
tools/icu/*.h \
tools/code_cache/*.cc \
tools/code_cache/*.h \
+ tools/snapshot/*.cc \
+ tools/snapshot/*.h \
))
# Code blocks don't have newline at the end,