Update the core_lib from g3 cl/324068941 updated.

Bug: 161077062
Bug: 162599435
Test: 1. For arm64, manually launched SV service and app on Osprey
  2. For x86, ran the following command:
      lunch aosp_x86-eng; m -j; m out/soong/.intermediates/packages/services/Car/surround_view/service-impl/android.automotive.sv.service@1.0-impl/android_vendor.S_x86/unstripped/android.automotive.sv.service@1.0-impl
  3. For x86-64, ran the following command:
      lunch aosp_x86_64-eng; m -j; m out/soong/.intermediates/packages/services/Car/surround_view/service-impl/android.automotive.sv.service@1.0-impl/android_vendor.S_x86_64/unstripped/android.automotive.sv.service@1.0-impl

Change-Id: I99a28bd7415b800f5d9f2ea5509a467a1a8f8df3
Merged-In: I99a28bd7415b800f5d9f2ea5509a467a1a8f8df3
(cherry picked from commit 1bbd25229ad920dc5600fbf0c449923bd598a3fe)
4 files changed
tree: 90a85e79532e7231274ec07028edcfeedbcec388
  1. car-bugreportd/
  2. car-default-input-service/
  3. car-internal-lib/
  4. car-lib/
  5. car-maps-placeholder/
  6. car-systemtest-lib/
  7. car-test-lib/
  8. car-usb-handler/
  9. car_product/
  10. computepipe/
  11. EncryptionRunner/
  12. evs/
  13. experimental/
  14. FrameworkPackageStubs/
  15. obd2-lib/
  16. procfs-inspector/
  17. service/
  18. surround_view/
  19. tests/
  20. tools/
  21. user/
  22. vehicle-hal-support-lib/
  23. watchdog/
  24. .clang-format
  25. .gitignore
  26. Android.mk
  27. CleanSpec.mk
  28. CPPLINT.cfg
  29. OWNERS
  30. PREUPLOAD.cfg
  31. README.md
  32. 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.