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