Skip to content

Commit

Permalink
Accept new Android licenses. (#2913)
Browse files Browse the repository at this point in the history
Some Android licenses have changed, we have to accept them again.
On top of that, there is a bug in sdkmanager not updating correctly
the existing licenses, so we update manually the license.

https://issuetracker.google.com/issues/123054726

The real fix will be to change the builders
  • Loading branch information
remeh authored Jan 22, 2019
1 parent 3945d99 commit ffe7fe8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,12 @@ agent_android_apk:
- pip install -U pip
- pip install -r requirements.txt
- inv -e deps --android
# Some Android license has changed, we have to accept the new version.
# But on top of that, there is a bug in sdkmanager not updating correctly
# the existing license, so, we have to manually accept the new license.
# https://issuetracker.google.com/issues/123054726
# The real fix will be to change the builders
- echo "24333f8a63b6825ea9c5514f83c2829b004d1fee" > "$ANDROID_HOME/licenses/android-sdk-license"
script:
# remove artifacts from previous pipelines that may come from the cache
- rm -rf $OMNIBUS_PACKAGE_DIR/*
Expand Down

0 comments on commit ffe7fe8

Please sign in to comment.