Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit be150f7

Browse files
authored
refactor: add missing androidNdkPath option (#540)
1 parent edce86e commit be150f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/NativeScriptSnapshotPlugin/options.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"type": "object",
33
"properties": {
4+
"androidNdkPath": {
5+
"type": "string"
6+
},
47
"chunk": {
58
"type": "string"
69
},

0 commit comments

Comments
 (0)