commit | 4bfef6938cbb5c19d70f1dad0c1cc787f1d3914c | [log] [tgz] |
---|---|---|
author | Michael Hoisie <hoisie@google.com> | Fri Jul 08 05:09:16 2022 +0000 |
committer | Michael Hoisie <hoisie@google.com> | Fri Jul 08 05:11:53 2022 +0000 |
tree | 2773c34ee40271bf05d293b28c5ca14e62bd1eb2 | |
parent | 0e9be7c3184074aca9fb12c8563012a6cf8d891c [diff] |
Make car-builtin visible to Robolectric This will fix the errors such as: java.lang.NoClassDefFoundError: android/car/builtin/os/ServiceManagerHelper when attempting to use android.car classes in Robolectric for Android T. Bug: 238381307 Test: m -j robolectric-host-android_all Change-Id: I35e0859073320fafcd4f36c7b30bdba7f282e6aa
Source code for Android Automotive OS.
car_product/ - AAOS product car-builtin-lib/ - A helper library for CarService to access hidden framework APIs car-lib/ - Car API car-lib-module/ - Car API module cpp/ - Native services experimental/ - Experimental Car API and services packages/ - Apps and services for cars service/ - Car service module service-builint - Platform builtin component that runs CarService module tests/ - Tests and sample apps tools/ - Helper scripts
Native (C++) code format is required to be compatible with .clang-format file. The formatter is already integrated to repo
tool. To run manually, use:
git clang-format --style=file --extension='h,cpp,cc' HEAD~
Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.