Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
android: apk-automation: don't hardcode python version
Don't hardcode installing python3.9, because the call trace says >=python3.9, so later versions works too. Add a check that error's out if the installed python version isn't >=3.9. Fixes: 7220645 ("apk-automation: install and use python3.9") Signed-off-by: Anders Roxell <[email protected]>
- Loading branch information