Update remaining scripts to invoke python3.

Change-Id: I72c4058d0381e181a0cade5a4a31b88992ddaa38
diff --git a/tools/build_sample_apk.py b/tools/build_sample_apk.py
index 376c5c0..67ead8c 100755
--- a/tools/build_sample_apk.py
+++ b/tools/build_sample_apk.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Copyright (c) 2018, the R8 project authors. Please see the AUTHORS file
 # for details. All rights reserved. Use of this source code is governed by a
 # BSD-style license that can be found in the LICENSE file.