commit | b32fbb6340ee6fe4a25d7b39d84085c084465677 | [log] [tgz] |
---|---|---|
author | Xin Li <[email protected]> | Sat Oct 07 00:20:41 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Sat Oct 07 00:20:41 2023 +0000 |
tree | 29989ad8d4f5884cde2b70324c980fd8215c5e07 | |
parent | c271d6213999f45e5202ca46f59de5acee188dfc [diff] | |
parent | 13c89c83ec222ca8b6b0284dbe37d0c88ed6545c [diff] |
[automerger skipped] Merge Android 14 am: f08e038fdf -s ours am: 48e48ac2d6 -s ours am: c40455815b -s ours am: 5d83c31efd -s ours am: 13c89c83ec -s ours am skip reason: Merged-In I15099dd950d5eb141238baefadebb12b1e03b5ec with SHA-1 84de222e9a is already in history Original change: https://android-review.googlesource.com/c/platform/tools/aadevtools/+/2777114 Change-Id: I41c2be81e1eae6851a14488cfb40c11352a8bdf5 Signed-off-by: Automerger Merge Worker <[email protected]>
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.