Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
__init__.py | 06-Dec-2016 | 162 | |
android/ | 06-Dec-2016 | ||
base_error.py | 06-Dec-2016 | 533 | |
constants/ | 06-Dec-2016 | ||
devil_dependencies.json | 06-Dec-2016 | 4.4K | |
devil_env.py | 06-Dec-2016 | 4.8K | |
devil_env_test.py | 06-Dec-2016 | 1.9K | |
OWNERS | 06-Dec-2016 | 87 | |
README.md | 06-Dec-2016 | 466 | |
utils/ | 06-Dec-2016 |
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 --> 5 devil 6 ===== 7 8 devil is a library used by the Chromium developers to interact with Android 9 devices. It currently supports SDK level 16 and above. 10 11 12 13 Contributing 14 ============ 15 16 Please see the [contributor's guide](https://github.com/catapult-project/catapult/blob/master/CONTRIBUTING.md). 17 18