aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/ldflags_to_sanitizers.py2
-rw-r--r--build/test_ldflags_to_sanitizers.py2
-rwxr-xr-xcheckbuild.py2
-rwxr-xr-xndk-gdb.py2
-rw-r--r--ndk-stack.py2
-rwxr-xr-xndk/checkbuild.py2
-rwxr-xr-xndk/run_tests.py2
-rwxr-xr-xparse_elfnote.py2
-rwxr-xr-xrun_tests.py2
-rwxr-xr-xscripts/create_windows_instance.py2
-rwxr-xr-xscripts/gen_release_table.py2
-rwxr-xr-xscripts/update_dac.py2
12 files changed, 12 insertions, 12 deletions
diff --git a/build/ldflags_to_sanitizers.py b/build/ldflags_to_sanitizers.py
index 6c27400b2..dc1533dae 100644
--- a/build/ldflags_to_sanitizers.py
+++ b/build/ldflags_to_sanitizers.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright (C) 2018 The Android Open Source Project
#
diff --git a/build/test_ldflags_to_sanitizers.py b/build/test_ldflags_to_sanitizers.py
index 0e78d0a9f..eaddcaed9 100644
--- a/build/test_ldflags_to_sanitizers.py
+++ b/build/test_ldflags_to_sanitizers.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright (C) 2018 The Android Open Source Project
#
diff --git a/checkbuild.py b/checkbuild.py
index 7bf9b8075..f724875fc 100755
--- a/checkbuild.py
+++ b/checkbuild.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright (C) 2018 The Android Open Source Project
#
diff --git a/ndk-gdb.py b/ndk-gdb.py
index 0777f220b..435875950 100755
--- a/ndk-gdb.py
+++ b/ndk-gdb.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright (C) 2015 The Android Open Source Project
#
diff --git a/ndk-stack.py b/ndk-stack.py
index a17f1828f..2e7aa8f75 100644
--- a/ndk-stack.py
+++ b/ndk-stack.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright (C) 2018 The Android Open Source Project
#
diff --git a/ndk/checkbuild.py b/ndk/checkbuild.py
index 01797f23c..3029bce96 100755
--- a/ndk/checkbuild.py
+++ b/ndk/checkbuild.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright (C) 2015 The Android Open Source Project
#
diff --git a/ndk/run_tests.py b/ndk/run_tests.py
index b443b5163..ed150c4a0 100755
--- a/ndk/run_tests.py
+++ b/ndk/run_tests.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright (C) 2017 The Android Open Source Project
#
diff --git a/parse_elfnote.py b/parse_elfnote.py
index 9e5feccf1..023cde348 100755
--- a/parse_elfnote.py
+++ b/parse_elfnote.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright (C) 2016 The Android Open Source Project
#
diff --git a/run_tests.py b/run_tests.py
index 91ad7eefe..9db8f37a1 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright (C) 2017 The Android Open Source Project
#
diff --git a/scripts/create_windows_instance.py b/scripts/create_windows_instance.py
index 9be75041c..cc3b1f4e0 100755
--- a/scripts/create_windows_instance.py
+++ b/scripts/create_windows_instance.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright (C) 2017 The Android Open Source Project
#
diff --git a/scripts/gen_release_table.py b/scripts/gen_release_table.py
index 8a524f975..892861c5f 100755
--- a/scripts/gen_release_table.py
+++ b/scripts/gen_release_table.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright (C) 2016 The Android Open Source Project
#
diff --git a/scripts/update_dac.py b/scripts/update_dac.py
index a90202409..f59178afa 100755
--- a/scripts/update_dac.py
+++ b/scripts/update_dac.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright (C) 2016 The Android Open Source Project
#