[Ubuntu] Add Android NDK 22 (#2556)

* add android ndk 22
This commit is contained in:
Dibir Magomedsaygitov
2021-02-04 13:34:30 +03:00
committed by GitHub
parent aa0de6b9cc
commit 705a38a481
5 changed files with 53 additions and 17 deletions

View File

@@ -106,10 +106,12 @@
"cmake;3.6.4111459",
"cmake;3.10.2.4988404",
"patcher;v4",
"ndk;21.3.6528147",
"platform-tools",
"cmdline-tools;latest"
]
],
"ndk": {
"lts": "21"
}
},
"powershellModules": [
{"name": "MarkdownPS"},

View File

@@ -102,10 +102,12 @@
"cmake;3.6.4111459",
"cmake;3.10.2.4988404",
"patcher;v4",
"ndk;21.3.6528147",
"platform-tools",
"cmdline-tools;latest"
]
],
"ndk": {
"lts": "21"
}
},
"powershellModules": [
{"name": "MarkdownPS"},

View File

@@ -85,10 +85,13 @@
"additional_tools": [
"cmake;3.10.2.4988404",
"patcher;v4",
"ndk;21.3.6528147",
"platform-tools",
"cmdline-tools;latest"
]
],
"ndk": {
"lts": "21",
"latest": "22"
}
},
"powershellModules": [
{"name": "MarkdownPS"},