commit | 8b591138586959d5acd4b418a7670934a05b758e | [log] [tgz] |
---|---|---|
author | Kai <kwangsudo@google.com> | Mon Aug 10 13:54:21 2020 -0700 |
committer | Kai <kwangsudo@google.com> | Mon Aug 10 20:27:49 2020 -0700 |
tree | d68db5161aea97b613164b41c50bc8f68459deec | |
parent | 07b14e37cef3e8b6a4cc75ba420521c4be9ad1c8 [diff] |
Refactor sensor test in KitchenSink refactor the way to query string value from property. Bug: 161085889 Test: build and run kitchenSink Change-Id: I17b8999516fe4456e26fe9e8e7ff37d84e9ba3a0
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.