[LSC] Add LOCAL_LICENSE_KINDS to packages/services/Car
Added SPDX-license-identifier-Apache-2.0 to:
FrameworkPackageStubs/Android.bp
car-admin-ui-lib/Android.bp
car-bugreportd/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
car_product/rro/PermissionControllerRRO/Android.bp
cpp/computepipe/aidl/Android.bp
cpp/computepipe/example/Android.bp
cpp/computepipe/proto/Android.bp
cpp/computepipe/router/1.0/Android.bp
cpp/computepipe/router/Android.bp
cpp/computepipe/runner/Android.bp
cpp/computepipe/runner/client_interface/Android.bp
cpp/computepipe/runner/debug_display_manager/Android.bp
cpp/computepipe/runner/engine/Android.bp
cpp/computepipe/runner/graph/Android.bp
cpp/computepipe/runner/graph/proto/Android.bp
cpp/computepipe/runner/input_manager/Android.bp
cpp/computepipe/runner/stream_manager/Android.bp
cpp/computepipe/tests/Android.bp
cpp/computepipe/tests/fuzz/Android.bp
cpp/computepipe/tests/runner/client_interface/Android.bp
cpp/computepipe/tests/runner/graph/Android.bp
cpp/computepipe/tests/runner/graph/stubgraph/Android.bp
cpp/computepipe/tests/runner/stream_manager/Android.bp
cpp/evs/Android.bp
cpp/evs/apps/default/Android.bp
cpp/evs/apps/demo_app_evs_support_lib/Android.bp
cpp/evs/manager/1.0/Android.bp
cpp/evs/manager/1.1/Android.bp
cpp/evs/manager/1.1/test/fuzzer/Android.bp
cpp/evs/sampleDriver/Android.bp
cpp/evs/support_library/Android.bp
cpp/powerpolicy/client/Android.bp
cpp/powerpolicy/server/Android.bp
cpp/surround_view/app/Android.bp
cpp/surround_view/service-impl/Android.bp
cpp/watchdog/aidl/Android.bp
cpp/watchdog/car-watchdog-lib/Android.bp
cpp/watchdog/server/Android.bp
cpp/watchdog/server/sysprop/Android.bp
cpp/watchdog/testclient/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/CarDeveloperOptions/Android.bp
packages/CarDeveloperOptions/tests/unit/Android.bp
packages/CarShell/Android.bp
procfs-inspector/client/Android.bp
procfs-inspector/server/Android.bp
service/Android.bp
service/proto/Android.bp
tests/BugReportApp/Android.bp
tests/BugReportApp/libs/Android.bp
tests/BugReportApp/tests/Android.bp
tests/CarCtsFakeLauncher/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/SampleCustomInputService/Android.bp
tests/SampleRearViewCamera/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
Bug: 68860345
Bug: 151177513
Bug: 151953481
Test: m all
Exempt-From-Owner-Approval: janitorial work
Change-Id: I5dae67878e6c8067c8c40750fba76d1a9b879128
diff --git a/car-usb-handler/Android.bp b/car-usb-handler/Android.bp
index f1a059e..4f87a33 100644
--- a/car-usb-handler/Android.bp
+++ b/car-usb-handler/Android.bp
@@ -14,6 +14,10 @@
//
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_app {
name: "CarUsbHandler",