[LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
Added SPDX-license-identifier-Apache-2.0 to: security/keymint/aidl/vts/performance/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Icc32cf30d46931ab23bc7a3a8343c380774db532 Merged-in: If5e9ac8023cdc10d2370d16e7dd75a4bbb7085aa
This commit is contained in:
parent
1d5b0a09d9
commit
06947f4082
1 changed files with 9 additions and 0 deletions
|
@ -14,6 +14,15 @@
|
|||
// 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 "hardware_interfaces_license"
|
||||
// to get the below license kinds:
|
||||
// SPDX-license-identifier-Apache-2.0
|
||||
default_applicable_licenses: ["hardware_interfaces_license"],
|
||||
}
|
||||
|
||||
cc_benchmark {
|
||||
name: "VtsAidlKeyMintBenchmarkTest",
|
||||
defaults: [
|
||||
|
|
Loading…
Reference in a new issue