2020-08-11 17:40:16 +02:00
|
|
|
name: 'Setup Android SDK Tools'
|
|
|
|
author: 'Android-Actions'
|
|
|
|
description: 'Setup the Android SDK Tools and add them to the path'
|
2020-07-25 18:07:39 +02:00
|
|
|
|
2023-11-21 21:18:33 +02:00
|
|
|
inputs:
|
|
|
|
cmdline-tools-version:
|
|
|
|
description: 'cmdline-tools-version. See https://developer.android.com/studio#command-line-tools-only'
|
|
|
|
required: false
|
2024-10-29 20:11:09 +01:00
|
|
|
default: '12266719'
|
2023-11-21 21:18:33 +02:00
|
|
|
|
2023-11-21 22:08:54 +02:00
|
|
|
accept-android-sdk-licenses:
|
2023-11-21 22:35:25 +02:00
|
|
|
description: 'Android SDK is usable only after the license agreement. Should setup-android agree to the licences, provided by "sdkmanager --licenses"'
|
2023-11-21 22:08:54 +02:00
|
|
|
required: false
|
|
|
|
default: 'true'
|
|
|
|
|
|
|
|
log-accepted-android-sdk-licenses:
|
2023-11-21 22:35:25 +02:00
|
|
|
description: 'Should accepted licenses be logged. If not, accepted licences will be accepted silently'
|
2023-11-21 22:08:54 +02:00
|
|
|
required: false
|
|
|
|
default: 'true'
|
|
|
|
|
2023-11-25 17:41:26 +02:00
|
|
|
packages:
|
|
|
|
description: 'Additional packages to install'
|
|
|
|
required: false
|
|
|
|
default: 'tools platform-tools'
|
|
|
|
|
2020-01-03 11:37:01 +01:00
|
|
|
runs:
|
2023-09-25 03:20:06 +03:00
|
|
|
using: node20
|
2020-08-26 17:51:32 +02:00
|
|
|
main: 'dist/index.js'
|
2020-07-25 18:07:39 +02:00
|
|
|
|
2020-01-03 21:38:11 +01:00
|
|
|
branding:
|
|
|
|
icon: 'list'
|
|
|
|
color: 'green'
|