• Home
Name Date Size #Lines LOC

..--

android/03-May-2024-12,77710,114

constants/03-May-2024-144

utils/03-May-2024-3,5152,630

OWNERSD03-May-202487 54

README.mdD03-May-2024466 188

__init__.pyD03-May-2024162 40

base_error.pyD03-May-2024533 189

devil_dependencies.jsonD03-May-20244.1 KiB118117

devil_env.pyD03-May-20244.4 KiB147111

devil_env_test.pyD03-May-20241.9 KiB6445

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