commit | f9dfc0b2789efe56154f48416f0b7b76efc3f8e5 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 04:53:02 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 04:53:02 2023 +0000 |
tree | 29989ad8d4f5884cde2b70324c980fd8215c5e07 | |
parent | 466333dde6b6ee267d43a4ec821573a48afb74a7 [diff] | |
parent | 84de222e9a28ff781de9f4b3d4cd80369c01270d [diff] |
Snap for 10453563 from 84de222e9a28ff781de9f4b3d4cd80369c01270d to mainline-adservices-release Change-Id: I495cec15e7b3d461af12a3375306c31d1d17f256
AADevT contains tools for AA device developers to improve their productivity.
Fully unbundle from Android versions, and use the AOSP trunk based development model.
Bridge the app ecosystem for Android Automotive OS because device developers are the key producers for the core apps.
Leverage Android app developer tools that a few million developers use.
This contains tools designed specifically to simplify the AA device development workflows.
change_report.py creates a diff statistic CSV file from 2 versions of a codebase. This is useful when the git commit history is somehow not obtainable. What you need is to get 2 versions of a codebase downloaded on your disk first.
python3 change_report.py --old_dir ~/android/android11-qpr1-release \ --new_dir ~/android/android11-qpr2-release \ --csv_file ~/change_reports/change_report_android11-qpr1-release_android11-qpr2-release.csv
sysui_oem_diff.sh generates a summary of code changes between 2 revisions. Which gives you a rough idea of changes on files and Lines of Code.
./sysui_oem_diff.sh ~/Android/android11-release remotes/aosp/android10-qpr3-release remotes/aosp/android11-release > sysui_gcar_android10-qpr3-release_android11-release.txt
AAOS system performance turning is hard. Here are the tools to make it a bit easier for the device developers.