commit | 1c697fa94020bb84fb5739c1135ff9b364550255 | [log] [tgz] |
---|---|---|
author | Selim Gurun <sgurun@google.com> | Thu Jun 13 10:57:27 2019 -0700 |
committer | Selim Gurun <sgurun@google.com> | Thu Jun 13 14:17:42 2019 -0700 |
tree | 3b7238ff815af42d9a00f016d5f8afb726c689a1 | |
parent | 18eccd076ff5352f230bcec09536befd27d748a5 [diff] |
Remove bugreport app from list of test apps that are built Bugreport app is a test app that shows how bugreport API can be used. It is also the app that is used during dogfooding. Bugreport app must not be enabled here. It should be enabled in the vendor specific makefile as it relies on priv permissions and these need to be whitelisted by the vendor. Bug: 134787201 Test: Compile and verify Change-Id: I4ec2009e8c2fb0cc278ae045dca64676fd7182a4
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.