Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
res/ | 23-Mar-2024 | - | 3,931 | 2,217 | ||
src/com/android/car/ui/ | 23-Mar-2024 | - | 9,874 | 5,595 | ||
tests/ | 23-Mar-2024 | - | 5,964 | 3,884 | ||
Android.bp | D | 23-Mar-2024 | 1.1 KiB | 40 | 32 | |
Android.mk | D | 23-Mar-2024 | 1.2 KiB | 39 | 4 | |
AndroidManifest-gradle.xml | D | 23-Mar-2024 | 766 | 21 | 4 | |
AndroidManifest.xml | D | 23-Mar-2024 | 850 | 24 | 7 | |
OWNERS | D | 23-Mar-2024 | 144 | 10 | 6 | |
README.md | D | 23-Mar-2024 | 961 | 29 | 19 | |
TEST_MAPPING | D | 23-Mar-2024 | 72 | 8 | 7 | |
build.gradle | D | 23-Mar-2024 | 2.2 KiB | 82 | 68 | |
findviewbyid-preupload-hook.sh | D | 23-Mar-2024 | 722 | 12 | 8 | |
generate_rros.mk | D | 23-Mar-2024 | 1.8 KiB | 55 | 25 | |
gradle.properties | D | 23-Mar-2024 | 1.6 KiB | 34 | 33 | |
gradlew | D | 23-Mar-2024 | 5.2 KiB | 173 | 128 | |
gradlew.bat | D | 23-Mar-2024 | 2.2 KiB | 85 | 61 | |
settings.gradle | D | 23-Mar-2024 | 823 | 22 | 20 |
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