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

..10-Aug-20184 KiB

__init__.py10-Aug-2018162

android/10-Aug-20184 KiB

base_error.py10-Aug-2018533

constants/10-Aug-20184 KiB

devil_dependencies.json10-Aug-20184.1 KiB

devil_env.py10-Aug-20184.4 KiB

devil_env_test.py10-Aug-20181.9 KiB

README.md10-Aug-2018466

utils/10-Aug-20184 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