commit | d2454a5a40e8ab525aa34dfd05ff1bbb400b028c | [log] [tgz] |
---|---|---|
author | Haoxiang Li <haoxiangl@google.com> | Tue Jun 18 13:23:12 2019 -0700 |
committer | Haoxiang Li <haoxiangl@google.com> | Mon Aug 26 16:15:30 2019 -0700 |
tree | 16d8bd98f7de948747da65fab9f6cedb6ed80fde | |
parent | 489d52ada2db2794317e6e6b3a69c7e140313d45 [diff] |
First commit for Evs Support Library. Only single DisplayUseCase is supported. Test: build and run on Hawk device Bug: 130246434 Change-Id: Ie0d8d60694116e56dd3b62d0b3e7c4bc9b633d8e
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.