commit | a1380e624c78886d0e832c07a14c5d75ff73e278 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Aug 25 08:06:15 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Aug 25 08:06:15 2022 +0000 |
tree | 26c64e144173ed3a8c50bb16200ec3c0a2658e92 | |
parent | 9c1887a60361955623131eef0d4e5f64a155caf8 [diff] | |
parent | 466333dde6b6ee267d43a4ec821573a48afb74a7 [diff] |
Snap for 8992082 from 466333dde6b6ee267d43a4ec821573a48afb74a7 to gki13-boot-release Change-Id: Id7fa9ec8fed8c3f2632807fe6462c6477990f3a2
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.