diff options
Diffstat (limited to 'tools/run-libcore-tests.py')
-rwxr-xr-x | tools/run-libcore-tests.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/run-libcore-tests.py b/tools/run-libcore-tests.py index ebcf7d31a8..e6fbc590ce 100755 --- a/tools/run-libcore-tests.py +++ b/tools/run-libcore-tests.py @@ -1,4 +1,8 @@ -#!/bin/python3 +#!/usr/bin/env python3 +# +# [VPYTHON:BEGIN] +# python_version: "3.8" +# [VPYTHON:END] # # Copyright (C) 2021 The Android Open Source Project # |