Remove `EncryptionRunner` library.

This library is only depended on by connected-device-lib
and CompanionDeviceSupport. Both of these modules live in
packages/apps/Car. As a result, this library does not need to
live in packages/services/Car.

Instead, the EncryptionRunner and its associated classes have
already been moved to packages/apps/Car/libs. Thus, this instance
within packages/services/Car can now be removed.

Test: m -j
Test: Run carservice_unit_test
Fixes: 155198346
Change-Id: Ie92dcb008c00689d7e1ab476dbcbc06314aa1c0e
14 files changed
tree: dd71e8bb402caadac23de1a4de33d7dab4ee1506
  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. 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
  31. 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.