Name Date Size #Lines LOC

..--

testdata/H25-Apr-2025-151138

OWNERSH A D25-Apr-202561 43

README.mdH A D25-Apr-2025928 2519

abstract_build_file_handler.pyH A D25-Apr-20251.6 KiB4723

custom_build_file_handler.pyH A D25-Apr-20251.2 KiB3412

incremental_deqp.pyH A D25-Apr-202526 KiB718561

incremental_deqp_test.pyH A D25-Apr-20258.6 KiB186139

target_file_handler.pyH A D25-Apr-20251.9 KiB5734

target_file_handler_test.pyH A D25-Apr-20252.2 KiB5530

README.md

1# Note
2incremental-cts is an EXPERIMENTAL project. It's for analysis purpose only and is NOT meant to be used for approval runs.
3
4# Examples
5
6## Generate dEQP dependency
7This command will generate a dEQP dependency file named `dEQP-dependency.txt`:
8```
9python3 incremental_deqp.py -s device_serial_number -t /path/to/test_resources
10--generate_deps_only
11```
12
13## Check if current build could skip dEQP
14
15Before running this command, please create `extra_deqp_dependency.txt` file and
16copy it to test resources directory. `extra_deqp_dependency.txt` includes the
17dEQP dependencies that can't be detected by this tool such as firmwares.
18```
19python3 incremental_deqp.py -s device_serial_number -t /path/to/test_resources
20-b /path/to/target_file
21```
22
23Target file is an build artifact produced by Android build system, e.g.
24https://ci.android.com/builds/submitted/7230538/aosp_arm64-userdebug/latest/aosp_arm64-target_files-7230538.zip
25