Merge "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/base" into sc-dev
This commit is contained in:
@@ -1,4 +1,21 @@
|
||||
|
||||
package {
|
||||
default_applicable_licenses: ["frameworks_base_cmds_abx_license"],
|
||||
}
|
||||
|
||||
// Added automatically by a large-scale-change
|
||||
// See: http://go/android-license-faq
|
||||
license {
|
||||
name: "frameworks_base_cmds_abx_license",
|
||||
visibility: [":__subpackages__"],
|
||||
license_kinds: [
|
||||
"SPDX-license-identifier-Apache-2.0",
|
||||
],
|
||||
license_text: [
|
||||
"NOTICE",
|
||||
],
|
||||
}
|
||||
|
||||
java_binary {
|
||||
name: "abx",
|
||||
wrapper: "abx",
|
||||
|
||||
@@ -1,6 +1,23 @@
|
||||
// Copyright 2020 The Android Open Source Project
|
||||
//
|
||||
|
||||
package {
|
||||
default_applicable_licenses: ["frameworks_base_cmds_uinput_license"],
|
||||
}
|
||||
|
||||
// Added automatically by a large-scale-change
|
||||
// See: http://go/android-license-faq
|
||||
license {
|
||||
name: "frameworks_base_cmds_uinput_license",
|
||||
visibility: [":__subpackages__"],
|
||||
license_kinds: [
|
||||
"SPDX-license-identifier-Apache-2.0",
|
||||
],
|
||||
license_text: [
|
||||
"NOTICE",
|
||||
],
|
||||
}
|
||||
|
||||
java_binary {
|
||||
name: "uinput",
|
||||
wrapper: "uinput",
|
||||
@@ -15,4 +32,4 @@ filegroup {
|
||||
srcs: [
|
||||
"src/com/android/commands/uinput/InputAbsInfo.aidl",
|
||||
],
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
package {
|
||||
// See: http://go/android-license-faq
|
||||
// A large-scale-change added 'default_applicable_licenses' to import
|
||||
// all of the 'license_kinds' from "frameworks_base_cmds_uinput_license"
|
||||
// to get the below license kinds:
|
||||
// SPDX-license-identifier-Apache-2.0
|
||||
default_applicable_licenses: ["frameworks_base_cmds_uinput_license"],
|
||||
}
|
||||
|
||||
cc_library_shared {
|
||||
name: "libuinputcommand_jni",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user