commit | b8686ac52bc1a592efcb5fcd96d4fde73b836d17 | [log] [tgz] |
---|---|---|
author | tadvana <tadvana@google.com> | Tue Aug 06 16:22:41 2019 -0700 |
committer | tadvana <tadvana@google.com> | Tue Aug 06 16:25:51 2019 -0700 |
tree | 963043e086319605e036a69e005f08c5fadb2d3c | |
parent | 7b31b6b56a4d2eab434d2d1e3460a46dd818b64a [diff] |
Changed android.car.testapi build back to using soong The build file for building android.car.testapi was changed from using soong to make. This was because testapi required a dependency that was built with make. This dependency has since been converted to use soong, so the testapi can use soong to build as well. There was also a regression introduced in the original conversion from soong to make, which caused it to not be copied to dist in dist builds, and this change addresses that as well. Test: Verify android.car.testapi.jar is in dist artifacts for the hawk-userdebug target on master. Change-Id: I1bb9533585230d3251a91823c95cf8ac49acc742
Native (C++) code format is required to be compatible with .clang-format file. Run
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.