tree: 34f7cd9576953d7839bfb73e857b88f436100985 [path history] [tgz]
  1. res/
  2. src/
  3. tests/
  4. .gitignore
  5. Android.bp
  6. Android.mk
  7. AndroidManifest-gradle.xml
  8. AndroidManifest.xml
  9. build.gradle
  10. findviewbyid-preupload-hook.sh
  11. generate_rros.mk
  12. gradle.properties
  13. gradlew
  14. gradlew.bat
  15. OWNERS
  16. README.md
  17. settings.gradle
  18. TEST_MAPPING
car-ui-lib/README.md

Android Automotive ‘Chassis’ library

Components and resources designed to increase Automotive UI consistency between GAS (Google Automotive Services) apps, system-apps and OEM developed apps.

See: go/aae-carui

Content

Components and resources designed to be configured by means of RRO (Runtime Resource Overlays) by OEMs.

Updating

This library is developed in Gerrit and copied as source to Google3 using Copybara (go/copybara).

Source: /packages/apps/Car/libs/car-ui-lib Target: //google3/third_party/java/android_libs/android_car_chassis_lib

Here is the process for updating this library:

  1. Develop, test and upload changes to Gerrit
  2. On Google3, run ‘./update.sh review ’ (with being your Gerrit CL #) and test your changes
  3. Repeat #1 and #2 until your changes look okay on both places.
  4. Back on Gerrit, submit your CL.
  5. Back on Google3, run ‘./update.sh manual’ submit

TODO: Automate this process using CaaS (in progress)