From ffe7fe8324f69e6e8985ac57af0476fac911f525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Mathieu?= Date: Tue, 22 Jan 2019 17:43:19 +0100 Subject: [PATCH] Accept new Android licenses. (#2913) 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 --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 681f0792c3752..048bfceb98e17 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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/*