Skip to content

Commit 64eac35

Browse files
authored
feat(android): Add command to update the NDK to a given version (#91 by @CHNB128)
1 parent 305509a commit 64eac35

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/commands/ndk_update.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
description: Update Android NDK
2+
3+
parameters:
4+
version:
5+
type: string
6+
default: 22.1.7171670
7+
8+
steps:
9+
- run:
10+
name: Update Android NDK
11+
command: sdkmanager "ndk;<<parameters.version>>"

0 commit comments

Comments
 (0)