commit | e21b859f5011ff713491fa5584488764f18814bf | [log] [tgz] |
---|---|---|
author | Yao, Yuxing <yaoyx@google.com> | Mon Jul 01 14:10:42 2019 -0700 |
committer | Yao, Yuxing <yaoyx@google.com> | Tue Jul 02 16:15:11 2019 -0700 |
tree | 1093482a538937c0afe2a6a8f9d88b0c37f8ea15 | |
parent | b9d9213a3a378c50c9459a2be64cefcc70068eff [diff] |
Fix parcelable writing nullable field. Bug: 136595180 Test: atest AndroidCarApiTest; verified in UXR sample Change-Id: I2caffbdf41e03e474b9ae5cc1b4e81f9509aaade
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.