1Description: Use Python 3 for `mkbootimg` 2Bug: https://android.googlesource.com/platform/system/core/+/c434cf82d526f07cd3dcebf53582eeddf12b0a74 3--- a/mkbootimg/mkbootimg.py 4+++ b/mkbootimg/mkbootimg.py 5@@ -1,4 +1,4 @@ 6-#!/usr/bin/env python 7+#!/usr/bin/python3 8 # Copyright 2015, The Android Open Source Project 9 # 10 # Licensed under the Apache License, Version 2.0 (the "License"); 11--- a/mkbootimg/unpack_bootimg.py 12+++ b/mkbootimg/unpack_bootimg.py 13@@ -1,4 +1,4 @@ 14-#!/usr/bin/env python 15+#!/usr/bin/python3 16 # Copyright 2018, The Android Open Source Project 17 # 18 # Licensed under the Apache License, Version 2.0 (the "License"); 19