[LSC] Add LOCAL_LICENSE_KINDS am: c2e3b8b3bf
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/20130984 Change-Id: I680d348e7101d2f4c7cdeb3e4f4e5bded30ba979 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
7f087332e2
1 changed files with 10 additions and 1 deletions
|
@ -2,6 +2,15 @@
|
|||
// ----------------------------------------------------------------------------
|
||||
// Builds android.hardware.drm-service.castkey
|
||||
//
|
||||
package {
|
||||
// See: http://go/android-license-faq
|
||||
// A large-scale-change added 'default_applicable_licenses' to import
|
||||
// all of the 'license_kinds' from "device_google_tangorpro_license"
|
||||
// to get the below license kinds:
|
||||
// SPDX-license-identifier-Apache-2.0
|
||||
default_applicable_licenses: ["device_google_tangorpro_license"],
|
||||
}
|
||||
|
||||
cc_binary {
|
||||
name: "android.hardware.drm-service.castkey",
|
||||
defaults: ["castkey_service_defaults"],
|
||||
|
@ -36,4 +45,4 @@ cc_defaults {
|
|||
"liblog",
|
||||
"libutils",
|
||||
],
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue