• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

res/23-Mar-2024-3,9312,217

src/com/android/car/ui/23-Mar-2024-9,8745,595

tests/23-Mar-2024-5,9643,884

Android.bpD23-Mar-20241.1 KiB4032

Android.mkD23-Mar-20241.2 KiB394

AndroidManifest-gradle.xmlD23-Mar-2024766 214

AndroidManifest.xmlD23-Mar-2024850 247

OWNERSD23-Mar-2024144 106

README.mdD23-Mar-2024961 2919

TEST_MAPPINGD23-Mar-202472 87

build.gradleD23-Mar-20242.2 KiB8268

findviewbyid-preupload-hook.shD23-Mar-2024722 128

generate_rros.mkD23-Mar-20241.8 KiB5525

gradle.propertiesD23-Mar-20241.6 KiB3433

gradlewD23-Mar-20245.2 KiB173128

gradlew.batD23-Mar-20242.2 KiB8561

settings.gradleD23-Mar-2024823 2220

README.md

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