Use component-override to configure car Bluetooth

Runtime Resource Overlays (RROs) can no longer change the value of
resources in manifest when read during PackageParser.

This change uses component-override to enable the service by default
on car devices

Keep the overlay, since these bools are used in
packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java

Test: adb shell pm query-services \
      com.android.bluetooth/.a2dpsink.A2dpSinkService
Bug: 153672906
Change-Id: Idd4e17b046f00ff1132077a368f788b785c121a5
2 files changed
tree: 62e3643c0d1da2ea6984d39455231e4140f9d769
  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.