From d9be1808c7591d5391d6ee385a854fcf4acfe96d Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 17 Oct 2017 15:24:54 +0200 Subject: [PATCH] Fix android sdk license change. --- kiwix-build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwix-build.py b/kiwix-build.py index 1903443..f2d8456 100755 --- a/kiwix-build.py +++ b/kiwix-build.py @@ -809,7 +809,7 @@ class android_sdk(Toolchain): context.try_skip(self.install_path) os.makedirs(pj(self.install_path, 'licenses'), exist_ok=True) with open(pj(self.install_path, 'licenses', 'android-sdk-license'), 'w') as f: - f.write("\n8933bad161af4178b1185d1a37fbf41ea5269c55") + f.write("\n8933bad161af4178b1185d1a37fbf41ea5269c55\nd56f5187479451eabf01fb78af6dfcb131a6481e") def build(self): self.command('build_platform', self._build_platform)