[LSC] Add LOCAL_LICENSE_KINDS to device/linaro/hikey

Added SPDX-license-identifier-Apache-2.0 to:
  audio/Android.mk
  bluetooth/Android.bp
  hifi/debug-hifi/Android.mk
  libmemtrack/Android.mk
  mali/bifrost/Android.mk
  mali/utgard/Android.mk
  recovery/Android.bp

Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD to:
  power/Android.mk

Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD
    SPDX-license-identifier-GPL-2.0 SPDX-license-identifier-MIT
    legacy_unencumbered
to:
  Android.bp

Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-GPL-2.0
to:
  gralloc/Android.bp
  gralloc/Android.mk
  gralloc960/Android.bp
  gralloc960/Android.mk

Added SPDX-license-identifier-GPL-2.0
to:
  wpan/uim/Android.mk

Added SPDX-license-identifier-MIT
to:
  hifi/xaf/host-apf/Android.bp
  hifi/xaf/host-apf/Android.mk

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: I5414686a8063382cbec9a7d8b125c2a55c68c474
diff --git a/bluetooth/Android.bp b/bluetooth/Android.bp
index e421c53..79fbcfb 100644
--- a/bluetooth/Android.bp
+++ b/bluetooth/Android.bp
@@ -13,6 +13,15 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    // See: http://go/android-license-faq
+    // A large-scale-change added 'default_applicable_licenses' to import
+    // all of the 'license_kinds' from "device_linaro_hikey_license"
+    // to get the below license kinds:
+    //   SPDX-license-identifier-Apache-2.0
+    default_applicable_licenses: ["device_linaro_hikey_license"],
+}
+
 cc_binary {
     name: "android.hardware.bluetooth@1.0-service.hikey",
     proprietary: true,