tree: 59a3d090a19f32952d409c772037099fd557972d [path history] [tgz]
  1. referencedesign/
  2. res/
  3. res-overlayable/
  4. src/
  5. tests/
  6. .gitignore
  7. Android.bp
  8. Android.mk
  9. AndroidManifest-gradle.xml
  10. AndroidManifest.xml
  11. build.gradle
  12. findviewbyid-preupload-hook.sh
  13. generate_rros.mk
  14. gradle.properties
  15. gradlew
  16. gradlew.bat
  17. OWNERS
  18. README.md
  19. settings.gradle
  20. 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)