• Home
  • History
  • Annotate
  • only in /external/libmojo/third_party/catapult/devil/devil/
NameDateSize

..29-Aug-20174 KiB

__init__.py29-Aug-2017162

android/29-Aug-20174 KiB

base_error.py29-Aug-2017533

constants/29-Aug-20174 KiB

devil_dependencies.json29-Aug-20174.1 KiB

devil_env.py29-Aug-20174.4 KiB

devil_env_test.py29-Aug-20171.9 KiB

README.md29-Aug-2017466

utils/29-Aug-20174 KiB

README.md

1<!-- Copyright 2015 The Chromium Authors. All rights reserved.
2     Use of this source code is governed by a BSD-style license that can be
3     found in the LICENSE file.
4-->
5devil
6=====
7
8devil is a library used by the Chromium developers to interact with Android
9devices. It currently supports SDK level 16 and above.
10
11��
12
13Contributing
14============
15
16Please see the [contributor's guide](https://github.com/catapult-project/catapult/blob/master/CONTRIBUTING.md).
17
18