Skip to content

Commit

Permalink
[Ubuntu,Windows] add Android NDK 27 version to images (actions#10343)
Browse files Browse the repository at this point in the history
* add ndk 27 version to images

* add ndk 27 version to images1
  • Loading branch information
kishorekumar-anchala authored and nikolai-in committed Aug 1, 2024
1 parent 54f4ce4 commit 22898e1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions images/ubuntu/toolsets/toolset-2004.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@
"cmake;3.22.1"
],
"ndk": {
"default": "25",
"default": "27",
"versions": [
"24", "25", "26"
"24", "25", "26", "27"
]
}
},
Expand Down
4 changes: 2 additions & 2 deletions images/ubuntu/toolsets/toolset-2204.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
"cmake;3.22.1"
],
"ndk": {
"default": "25",
"default": "27",
"versions": [
"24", "25", "26"
"24", "25", "26", "27"
]
}
},
Expand Down
4 changes: 2 additions & 2 deletions images/ubuntu/toolsets/toolset-2404.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
"additional_tools": [
],
"ndk": {
"default": "26",
"default": "27",
"versions": [
"24", "25", "26"
"24", "25", "26", "27"
]
}
},
Expand Down
4 changes: 2 additions & 2 deletions images/windows/toolsets/toolset-2019.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@
"cmake;3.22.1"
],
"ndk": {
"default": "25",
"default": "27",
"versions": [
"24", "25", "26"
"24", "25", "26" , "27"
]
}
},
Expand Down
4 changes: 2 additions & 2 deletions images/windows/toolsets/toolset-2022.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@
"cmake;3.22.1"
],
"ndk": {
"default": "25",
"default": "27",
"versions": [
"24", "25", "26"
"24", "25", "26", "27"
]
}
},
Expand Down

0 comments on commit 22898e1

Please sign in to comment.