[LSC] Add LOCAL_LICENSE_KINDS to packages/services/Car

Added SPDX-license-identifier-Apache-2.0 to:
  EncryptionRunner/Android.bp
  FrameworkPackageStubs/Android.bp
  car-bugreportd/Android.bp
  car-default-input-service/Android.bp
  car-internal-lib/Android.bp
  car-lib/Android.bp
  car-maps-placeholder/Android.bp
  car-systemtest-lib/Android.bp
  car-test-lib/Android.bp
  car-usb-handler/Android.bp
  computepipe/aidl/Android.bp
  computepipe/example/Android.bp
  computepipe/proto/Android.bp
  computepipe/router/1.0/Android.bp
  computepipe/router/Android.bp
  computepipe/runner/Android.bp
  computepipe/runner/client_interface/Android.bp
  computepipe/runner/debug_display_manager/Android.bp
  computepipe/runner/engine/Android.bp
  computepipe/runner/graph/Android.bp
  computepipe/runner/graph/proto/Android.bp
  computepipe/runner/input_manager/Android.bp
  computepipe/runner/stream_manager/Android.bp
  computepipe/tests/Android.bp
  computepipe/tests/runner/client_interface/Android.bp
  computepipe/tests/runner/graph/Android.bp
  computepipe/tests/runner/graph/stubgraph/Android.bp
  computepipe/tests/runner/stream_manager/Android.bp
  evs/Android.bp
  evs/apps/default/Android.bp
  evs/apps/demo_app_evs_support_lib/Android.bp
  evs/manager/1.0/Android.bp
  evs/manager/1.1/Android.bp
  evs/manager/1.1/test/fuzzer/Android.bp
  evs/sampleDriver/Android.bp
  evs/support_library/Android.bp
  experimental/experimental_api/Android.bp
  experimental/service/Android.bp
  experimental/tests/Android.bp
  experimental/tests/experimentalcarservice_unit_test/Android.bp
  obd2-lib/Android.bp
  packages/CarShell/Android.bp
  procfs-inspector/client/Android.bp
  procfs-inspector/server/Android.bp
  service/Android.bp
  service/proto/Android.bp
  surround_view/app/Android.bp
  surround_view/service-impl/Android.bp
  tests/BugReportApp/Android.bp
  tests/BugReportApp/libs/Android.bp
  tests/BugReportApp/tests/Android.bp
  tests/CarCtsDummyLauncher/Android.bp
  tests/CarDeveloperOptions/Android.bp
  tests/CarDeveloperOptions/protos/Android.bp
  tests/CarLibTests/Android.bp
  tests/CarSecurityPermissionTest/Android.bp
  tests/CarVoiceServiceTriggerApp/Android.bp
  tests/DefaultStorageMonitoringCompanionApp/Android.bp
  tests/DiagnosticTools/Android.bp
  tests/DiagnosticTools/tests/Android.bp
  tests/EmbeddedKitchenSinkApp/Android.bp
  tests/GarageModeTestApp/Android.bp
  tests/MultiDisplaySecondaryHomeTestLauncher/Android.bp
  tests/MultiDisplayTest/Android.bp
  tests/MultiDisplayTestHelloActivity/Android.bp
  tests/NetworkPreferenceApp/Android.bp
  tests/OccupantAwareness/Android.bp
  tests/PowerTestService/Android.bp
  tests/SecondaryHomeApp/Android.bp
  tests/ThemePlayground/Android.bp
  tests/UserSwitchMonitorApp/Android.bp
  tests/UxRestrictionsSample/Android.bp
  tests/android_car_api_test/Android.bp
  tests/carservice_test/Android.bp
  tests/carservice_unit_test/Android.bp
  tests/common_utils/Android.bp
  tests/obd2_app/Android.bp
  tests/obd2_test/Android.bp
  tests/usb/AoapHostApp/Android.bp
  tests/usb/AoapPhoneCompanionApp/Android.bp
  tests/vehiclehal_test/Android.bp
  tools/keventreader/client/Android.bp
  tools/keventreader/common/Android.bp
  tools/keventreader/server/Android.bp
  user/car-user-lib/Android.bp
  vehicle-hal-support-lib/Android.bp
  watchdog/aidl/Android.bp
  watchdog/car-watchdog-lib/Android.bp
  watchdog/server/Android.bp
  watchdog/server/sysprop/Android.bp
  watchdog/testclient/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work

Change-Id: I1809f99060ae6799d74beaf651872f72fc1b077e
Merged-in: I791573af22be885b7cbd40e2b461f392884413c5
89 files changed
tree: ff93745d4e596f63a2b6999ed8996c436b5d94e2
  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.