Skip to content

Commit

Permalink
Toolcache Android NDK versions <=25 will be removed from images (#10440)
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorekumar-anchala authored Aug 16, 2024
1 parent 4e6e715 commit 59a0b37
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion images/ubuntu/toolsets/toolset-2004.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"ndk": {
"default": "27",
"versions": [
"24", "25", "26", "27"
"26", "27"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion images/ubuntu/toolsets/toolset-2204.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"ndk": {
"default": "27",
"versions": [
"24", "25", "26", "27"
"26", "27"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion images/ubuntu/toolsets/toolset-2404.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"ndk": {
"default": "27",
"versions": [
"24", "25", "26", "27"
"26", "27"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion images/windows/toolsets/toolset-2019.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"ndk": {
"default": "27",
"versions": [
"24", "25", "26" , "27"
"26" , "27"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion images/windows/toolsets/toolset-2022.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"ndk": {
"default": "27",
"versions": [
"24", "25", "26", "27"
"26", "27"
]
}
},
Expand Down

1 comment on commit 59a0b37

@RAMADAN1900
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

images/ubuntu/toolsets/toolset-2004.json

Please sign in to comment.