You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,5 +64,16 @@ To install a different version, call setup-android with desired long version as
64
64
65
65
Current cmdline tools version can be found at https://developer.android.com/studio#command-line-tools-only
66
66
67
+
68
+
# Android SDK Licences
69
+
70
+
Android SDK (unsurprisingly) is not public domain software, it comes with a licence.
71
+
72
+
Input parameter `accept-android-sdk-licenses` decides if Android SDK licences should be agreed to on behalf of the user of this action.
73
+
Default option is 'yes', because otherwise SDK is unusable until said licences are agreed to.
74
+
75
+
Licences are quite long, to prevent a wall of text in the action output, licences can be agreed to silently.
76
+
Input parameter `log-accepted-android-sdk-licenses` controls whether licence texts should be printed or omitted from the text output. Defaults to 'true'.
77
+
67
78
# Thanks
68
79
Based on the project [android-problem-matchers-action](https://github.com/jonasb/android-problem-matchers-action) from [@jonasb](https://github.com/jonasb)
0 commit comments