blob: 282f8e1e11880dccdded8d340609b2e17e461fe0 [file] [log] [blame] [view]
Roberto Perezd18be352019-08-12 18:25:57 -07001# 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
Brad Stenning667accc2019-09-13 09:55:18 -07005See: go/aae-carui
Roberto Perezd18be352019-08-12 18:25:57 -07006
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
Brad Stenning68821a82019-09-16 10:06:04 -070017Source: /packages/apps/Car/libs/car-ui-lib
Roberto Perezd18be352019-08-12 18:25:57 -070018Target: //google3/third_party/java/android_libs/android_car_chassis_lib
19
20Here is the process for updating this library:
21
Roberto Perez94513822019-08-26 17:25:14 -0700221. 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
Roberto Perezd18be352019-08-12 18:25:57 -070027
Roberto Perez62d4cfb2019-08-16 17:06:04 -070028TODO: Automate this process using CaaS (in progress)