Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2587)

Unified Diff: build/android/devil/android/sdk/__init__.py

Issue 1314913009: [Android] Move some pylib modules into devil/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/devil/android/md5sum_test.py ('k') | build/android/devil/android/sdk/aapt.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/devil/android/sdk/__init__.py
diff --git a/tools/copyright_scanner/__init__.py b/build/android/devil/android/sdk/__init__.py
old mode 100755
new mode 100644
similarity index 59%
copy from tools/copyright_scanner/__init__.py
copy to build/android/devil/android/sdk/__init__.py
index e6b8d8e5bb15ed83268a3d20463e089a312ec049..f95d3b27b45522294acabc926a82603c225213d6
--- a/tools/copyright_scanner/__init__.py
+++ b/build/android/devil/android/sdk/__init__.py
@@ -1,6 +1,6 @@
-#!/usr/bin/env python
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-__all__ = ['copyright_scanner']
+# This package is intended for modules that are very tightly coupled to
+# tools or APIs from the Android SDK.
« no previous file with comments | « build/android/devil/android/md5sum_test.py ('k') | build/android/devil/android/sdk/aapt.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698