commit | aca5c17dab3429859137381613474b933c28723f | [log] [tgz] |
---|---|---|
author | Tsung-Mao Fang <tmfang@google.com> | Fri Aug 20 17:26:45 2021 +0800 |
committer | Tsung-Mao Fang <tmfang@google.com> | Fri Aug 20 17:28:34 2021 +0800 |
tree | a5b1d38bdaf9b37b9b137cceefeb3dcff9591dcc | |
parent | c4fdcc234fd8d62060b1d05b1bd0b694669711e4 [diff] |
Add an optional user lib in Android.bp Because Settings app adds window extension libary, same configuration should be set in car settings. Test: Rebuilt all rom and build pass. Bug: 196939216 Change-Id: I3119ce054428a877e768208f21cdd862402319da Merged-In: I86e2f4834100f39a0bf317f4a4b8c5c20927db30
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.