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

Primarily intended to pick the fix to llvm_tools.

Merged commit digest:
  1f29b1d llvm_tools: remove unused import
  39a1c99 compiler_wrapper: strip newline char from resource dir.
  0ee6a57 crosperf: remove AFE server interactions
  c2dec89 compiler_wrapper: add python search path
  be0b3fa afdo_metadata: Publish new profiles for kernel 4.4.
  9a9fe3a afdo_metadata: Publish new profiles for kernel 3.18.
  197e371 patch_manager_unittest: rename variables to be more meaningful
  b47813e patch_manager: appease pylint
  0410b65 crosperf: fix pylint for crosperf
  c977ae0 afdo_metadata: Publish new profiles for kernel 4.4.
  27fee01 afdo_metadata: Publish new profiles for kernel 3.18.

Bug: 147699825
Change-Id: I6ab2267be4c083b5f40da9fea5e0c3db70f8db3c
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