mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
build-android: newer repo python3 fix
This commit is contained in:
@@ -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, \
|
||||
|
||||
Reference in New Issue
Block a user