Provide a script to provide diff stats for sysui

This script would provide helpful feedback into how OEMs are extending
and customizing sysui and notifications. This information can
potentially be used to find the OEM pain points and make improvements to
make sysui/notifications easier to use.

Bug: 171257740
Test: ./sysui_oem_diff.sh ~/Android/android11-release remotes/aosp/android10-qpr3-release remotes/aosp/android11-release
Change-Id: Ied55ba17f08a59e468d5abc8954480e9b91326f0
2 files changed
tree: cce859468265f3046c5b012fe9465acb77857d4a
  1. dev/
  2. performance/
  3. OWNERS
  4. README.md
README.md

Android Automotive Developer Tools

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.

Dev

This contains tools designed specifically to simplify the AA device development workflows.

  • clone_proj.sh to clone a git project for the unbundled development workflows in instead of the whole Android repo.

  • sysui_oem_diff.sh to generate a summary of code changes between 2 revisions. The output will be useful to discuss the pain points w.r.t. sysui/notif customization.

System Performance Tuning

AAOS system performance turning is hard. Here are the tools to make it a bit easier for the device developers.