summaryrefslogtreecommitdiff
path: root/bluetooth/Android.bp
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 19:52:52 -0800
committerBob Badour <bbadour@google.com>2021-02-12 19:52:52 -0800
commit61897684d597a9f80291a608e9f245083cea7b1e (patch)
tree171a01022fe3a72ead27b0358773c6aa9e5168cd /bluetooth/Android.bp
parentfbd395ff6ec848a45914b5604f25d96c532d5dc9 (diff)
downloadhikey-61897684d597a9f80291a608e9f245083cea7b1e.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to device/linaro/hikeyandroid-s-preview-1
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
Diffstat (limited to 'bluetooth/Android.bp')
-rw-r--r--bluetooth/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/bluetooth/Android.bp b/bluetooth/Android.bp
index e421c530..79fbcfb9 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,