1# Android Automotive 'Chassis' library
2Components and resources designed to increase Automotive UI consistency between
3GAS (Google Automotive Services) apps, system-apps and OEM developed apps.
4
5See: go/aae-carui
6
7## Content
8
9Components and resources designed to be configured by means of RRO (Runtime
10Resource Overlays) by OEMs.
11
12## Updating
13
14This library is developed in Gerrit and copied as source to Google3 using
15Copybara (go/copybara).
16
17Source: /packages/apps/Car/libs/car-ui-lib
18Target: //google3/third_party/java/android_libs/android_car_chassis_lib
19
20Here is the process for updating this library:
21
221. Develop, test and upload changes to Gerrit
232. On Google3, run './update.sh review <cl>' (with <cl> being your Gerrit CL #) and test your changes
243. Repeat #1 and #2 until your changes look okay on both places.
254. Back on Gerrit, submit your CL.
265. Back on Google3, run './update.sh manual' submit
27
28TODO: Automate this process using CaaS (in progress)
29