Skip to content

Commit 488862d

Browse files
author
Dimitar Tachev
authored
feat: expose the NDK revision used to build the V8 and the Runtime
The version will be used by the V8 Snapshot Webpack plugin in order to build the V8 Snapshot using the same Android NDK version. > The revision could be found in the `source.properties` file from the root NDK folder.
1 parent 5d35c7a commit 488862d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"v8Version": "7.7.299.11",
3+
"ndkRevision": "20.0.5594570",
34
"mksnapshotParams": "--profile_deserialization --turbo_instruction_scheduling --target_os=android --no-native-code-counters"
4-
}
5+
}

0 commit comments

Comments
 (0)