[LSC] Add LOCAL_LICENSE_KINDS to system/libhidl

Added SPDX-license-identifier-Apache-2.0 to:
  Android.bp
  adapter/Android.bp
  libhidlmemory/Android.bp
  minijail/Android.bp
  transport/Android.bp
  transport/allocator/1.0/Android.bp
  transport/allocator/1.0/default/Android.bp
  transport/allocator/1.0/utils/Android.bp
  transport/allocator/1.0/vts/functional/Android.bp
  transport/base/1.0/Android.bp
  transport/base/1.0/vts/functional/Android.bp
  transport/manager/1.0/Android.bp
  transport/manager/1.1/Android.bp
  transport/manager/1.2/Android.bp
  transport/memory/1.0/Android.bp
  transport/memory/1.0/default/Android.bp
  transport/memory/block/1.0/Android.bp
  transport/memory/token/1.0/Android.bp
  transport/safe_union/1.0/Android.bp
  transport/token/1.0/Android.bp
  transport/token/1.0/utils/Android.bp
  vintfdata/Android.mk

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: I2a7ef0ec44c7b087eb00ed2bdfc4940d07f7a148
diff --git a/minijail/Android.bp b/minijail/Android.bp
index 83db2d9..ad12dad 100644
--- a/minijail/Android.bp
+++ b/minijail/Android.bp
@@ -1,6 +1,15 @@
 // TODO(b/110363419): remove or make failures harder
 // Deprecated: most minijail users should either use libavservices_minijail
 // or reinstitute this (w/ fatal checks).
+package {
+    // See: http://go/android-license-faq
+    // A large-scale-change added 'default_applicable_licenses' to import
+    // all of the 'license_kinds' from "system_libhidl_license"
+    // to get the below license kinds:
+    //   SPDX-license-identifier-Apache-2.0
+    default_applicable_licenses: ["system_libhidl_license"],
+}
+
 cc_library_shared {
     name: "libhwminijail",
     defaults: ["hidl_defaults"],