diff --git a/src/commands/ndk_update.yml b/src/commands/ndk_update.yml new file mode 100644 index 0000000..a550f6f --- /dev/null +++ b/src/commands/ndk_update.yml @@ -0,0 +1,11 @@ +description: Update Android NDK + +parameters: + version: + type: string + default: 22.1.7171670 + +steps: + - run: + name: Update Android NDK + command: sdkmanager "ndk;<>"