Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include Android SDK 27 in the docker image and accept licenses (fireb…
…ase#1104) This was ripped off firebase#1091. CI was failing on multiple packages when trying to build apks with: ``` A problem occurred evaluating root project 'android'. > A problem occurred configuring project ':app'. > Failed to install the following Android SDK packages as some licences have not been accepted. platforms;android-27 Android SDK Platform 27 To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager. Alternatively, to transfer the license agreements from one workstation to another, see http://d.android.com/r/studio-ui/export-licenses.html Using Android SDK: /opt/android-sdk-linux ``` This tweaks the docker file to also install Android SDK 27 accept licenses for it, which fixes the CI failure. The patch was authored by @dnfield I just split part of it out of firebase#1091.
- Loading branch information