commit | 6524d12b03254649da7227b9463685a8988a7d11 | [log] [tgz] |
---|---|---|
author | Hayden Gomes <haydengomes@google.com> | Tue Feb 02 14:44:31 2021 -0800 |
committer | Hayden Gomes <haydengomes@google.com> | Tue Feb 23 23:43:48 2021 +0000 |
tree | bd32bc2f33520ebbabe58fa04c9ff3bb27ebd9ba | |
parent | ac7c09b506c3dd6cdba1489509f351dee057dd61 [diff] |
Remove hardcoded sUseCarAudioFocus flag sUseCarAudioFocus has always been hardcoded to true in the codebase. This CL removes it to clean things up. Bug: 176119792 Test: atest com.android.car.audio & played around on emulator Change-Id: I5fa5cd84c59a3207613a5f659ea7d4c01aceb25f
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.