From 3b7d2a471051ef8edd6647270e39b64100bd617b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Thu, 25 Jun 2020 02:00:01 +0000 Subject: [PATCH] build-android: newer repo python3 fix --- build-android | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-android b/build-android index defeec4..7db3326 100755 --- a/build-android +++ b/build-android @@ -32,7 +32,7 @@ https://cirosantilli.com/linux-kernel-module-cheat#android # Can only download base64. I kid you not: # https://github.com/google/gitiles/issues/7 self.sh.wget( - 'https://android.googlesource.com/tools/repo/+/v1.13.2/repo?format=TEXT', + 'https://android.googlesource.com/tools/repo/+/v2.8/repo?format=TEXT', self.env['repo_path_base64'], ) with open(self.env['repo_path_base64'], 'r') as input, \