commit | 5d09659763293760da6e2c9a2e34b4fe3d1c0956 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sat May 22 05:09:43 2021 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sat May 22 05:09:43 2021 +0000 |
tree | a05e64b335d7973bf4cd6312a07db3aa0aa6658f | |
parent | acefe11db84f6e2af6c88adce646ce080ae8a43a [diff] | |
parent | aa9fc2a3e49e44a87599a2ad8ca3eff7f29d16f4 [diff] |
Snap for 7389414 from aa9fc2a3e49e44a87599a2ad8ca3eff7f29d16f4 to tm-release Change-Id: I96f9a41823ae562ddf9c8681990edfab46762d96
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.