[automerger skipped] Revert^2 "Fix a stream configuration size calculation" am: 8493f4ff8d -s ours am: 165b0ce30a -s ours

am skip reason: Change-Id Id4c489fd2c94398dd6d299b2a3652e1b45c51cf1 with SHA-1 2c59c7874e is in history

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/services/Car/+/12580159

Change-Id: I88f798dc4d18f2abae4560fe14c3d5ed568b3078
tree: 0bd344a98e17bfefbd5f43e3fe200390bc043b3b
  1. car-bugreportd/
  2. car-internal-lib/
  3. car-lib/
  4. car-maps-placeholder/
  5. car-systemtest-lib/
  6. car-test-lib/
  7. car-usb-handler/
  8. car_product/
  9. cpp/
  10. evs/
  11. experimental/
  12. FrameworkPackageStubs/
  13. obd2-lib/
  14. packages/
  15. procfs-inspector/
  16. service/
  17. tests/
  18. tools/
  19. user/
  20. vehicle-hal-support-lib/
  21. .clang-format
  22. .gitignore
  23. Android.mk
  24. CleanSpec.mk
  25. CPPLINT.cfg
  26. OWNERS
  27. PREUPLOAD.cfg
  28. README.md
  29. TEST_MAPPING
README.md

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.