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, \