build-android: newer repo python3 fix

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-06-25 02:00:01 +00:00
parent 9602450431
commit 3b7d2a4710

View File

@@ -32,7 +32,7 @@ https://cirosantilli.com/linux-kernel-module-cheat#android
# Can only download base64. I kid you not: # Can only download base64. I kid you not:
# https://github.com/google/gitiles/issues/7 # https://github.com/google/gitiles/issues/7
self.sh.wget( 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'], self.env['repo_path_base64'],
) )
with open(self.env['repo_path_base64'], 'r') as input, \ with open(self.env['repo_path_base64'], 'r') as input, \