Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
android/ | 03-May-2024 | - | 12,777 | 10,114 | ||
constants/ | 03-May-2024 | - | 14 | 4 | ||
utils/ | 03-May-2024 | - | 3,515 | 2,630 | ||
OWNERS | D | 03-May-2024 | 87 | 5 | 4 | |
README.md | D | 03-May-2024 | 466 | 18 | 8 | |
__init__.py | D | 03-May-2024 | 162 | 4 | 0 | |
base_error.py | D | 03-May-2024 | 533 | 18 | 9 | |
devil_dependencies.json | D | 03-May-2024 | 4.1 KiB | 118 | 117 | |
devil_env.py | D | 03-May-2024 | 4.4 KiB | 147 | 111 | |
devil_env_test.py | D | 03-May-2024 | 1.9 KiB | 64 | 45 |
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