Remove cameraserver from car products

Because Extended View System provides the surface to use camera streams
in Android car products, this change removes cameraserver from car
product build script and configure EVS manager to override cameraserver.

Also, this change sets config.disable_cameraservice as true for the car
products, to configure Camera API not to connect to cameraserver.

Bug: 170790154
Test: Build image, `grep cameraserver
      $ANDROID_PRODUCT_OUT/installed-files.txt` does not show
      cameraserver and cameraserver.rc
Change-Id: If67b5acf416142787f1701ba1693927ce2c11296
Merged-In: If67b5acf416142787f1701ba1693927ce2c11296
(cherry picked from commit 3a4682d1e28a4fb77869dbe19c3088d08238ba35)
2 files changed
tree: bc47508c8dedc7c415445e5a1c7c3b5c3683de63
  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. packages/
  17. procfs-inspector/
  18. service/
  19. surround_view/
  20. tests/
  21. tools/
  22. user/
  23. vehicle-hal-support-lib/
  24. watchdog/
  25. .clang-format
  26. .gitignore
  27. Android.mk
  28. CleanSpec.mk
  29. CPPLINT.cfg
  30. OWNERS
  31. PREUPLOAD.cfg
  32. README.md
  33. 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.