summaryrefslogtreecommitdiffstats
path: root/build/android/adb_logcat_monitor.py
diff options
context:
space:
mode:
authorbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-09 09:11:57 +0000
committerbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-09 09:11:57 +0000
commit3f31956ff9df0f78a83f6ac5a1e3e66386622591 (patch)
tree7c4f31eb5b7646cbfb0f481359e71548800090ee /build/android/adb_logcat_monitor.py
parent6f26551ca36d415a50118a6b45c44458c98f5094 (diff)
downloadchromium_src-3f31956ff9df0f78a83f6ac5a1e3e66386622591.zip
chromium_src-3f31956ff9df0f78a83f6ac5a1e3e66386622591.tar.gz
chromium_src-3f31956ff9df0f78a83f6ac5a1e3e66386622591.tar.bz2
[android] Split top-level scripts and libraries from build/android.
- Top-level scripts are kept under build/android. - Utility libraries have been moved to build/android/pylib. - Fixes all imports and headers. This is in preparation for landing the "instrumentation" (java-based) tests, which will reuse several of these components. BUG= TEST=existing android tests Review URL: https://chromiumcodereview.appspot.com/10693110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145653 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/android/adb_logcat_monitor.py')
-rwxr-xr-xbuild/android/adb_logcat_monitor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/adb_logcat_monitor.py b/build/android/adb_logcat_monitor.py
index 7c5f369..aeaef0b 100755
--- a/build/android/adb_logcat_monitor.py
+++ b/build/android/adb_logcat_monitor.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be