Merging 8 commit(s) from Chromium's toolchain-utils

Merged commit digest:
  042613e Add --use_src_head.
  4279700 afdo_metadata: Publish new profiles for kernel 4.4.
  e013418 cros_utils: Do not use encoding in NamedTemporaryFile
  3607744 bisection: add support of kernel
  ff4c61b afdo_metadata: Publish new profiles for kernel 3.18.
  5534af8 crosperf: migration to python 3
  658d779 afdo_metadata: Publish new profiles for kernel 4.4.
  3a13817 afdo_metadata: Publish new profiles for kernel 3.18.

Change-Id: I9c751be432c1bb9f369cb0499f84270cf4215652
diff --git a/OWNERS b/OWNERS
index 4a1f563..01737d3 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1,3 +1,2 @@
 set noparent
-
 include OWNERS.toolchain
diff --git a/OWNERS.android b/OWNERS.android
new file mode 100644
index 0000000..be9e61f
--- /dev/null
+++ b/OWNERS.android
@@ -0,0 +1 @@
+include platform/prebuilts/clang/host/linux-x86:/OWNERS
diff --git a/compiler_wrapper/build.py b/compiler_wrapper/build.py
index 6b64771..763b3e6 100755
--- a/compiler_wrapper/build.py
+++ b/compiler_wrapper/build.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 # Copyright 2019 The Chromium OS Authors. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be