Update the binary for x86 build.

Use android_x86 config to update the surround view core lib .so

Bug: 150412314
Bug: 153612073
Test:
1. Use the following command to make sure x86 builds: "lunch aosp_x86-eng; m out/soong/.intermediates/packages/services/Car/surround_view/service-impl/android.automotive.sv.service@1.0-impl/android_vendor.R_x86/unstripped/android.automotive.sv.service@1.0-impl"
2. Use the following command to make sure x86_64 builds: "lunch aosp_x86_64-eng; m out/soong/.intermediates/packages/services/Car/surround_view/service-impl/android.automotive.sv.service@1.0-impl/android_vendor.R_x86_64/unstripped/android.automotive.sv.service@1.0-impl"

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