Merge "[LSC] Add LOCAL_LICENSE_KINDS to vendor/widevine" into sc-dev
This commit is contained in:
@@ -1,3 +1,32 @@
|
||||
// *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE
|
||||
// CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
|
||||
// DEPENDING ON IT IN YOUR PROJECT. ***
|
||||
package {
|
||||
default_applicable_licenses: [
|
||||
"vendor_widevine_libwvdrmengine_cdm_core_src_license",
|
||||
],
|
||||
}
|
||||
|
||||
// Added automatically by a large-scale-change
|
||||
//
|
||||
// large-scale-change included anything that looked like it might be a license
|
||||
// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
|
||||
//
|
||||
// Please consider removing redundant or irrelevant files from 'license_text:'.
|
||||
// See: http://go/android-license-faq
|
||||
license {
|
||||
name: "vendor_widevine_libwvdrmengine_cdm_core_src_license",
|
||||
visibility: [":__subpackages__"],
|
||||
license_kinds: [
|
||||
"legacy_by_exception_only", // by exception only
|
||||
],
|
||||
license_text: [
|
||||
"license.cpp",
|
||||
"license_key_status.cpp",
|
||||
"license_protocol.proto",
|
||||
],
|
||||
}
|
||||
|
||||
cc_library {
|
||||
|
||||
name: "libcdm_protos",
|
||||
|
||||
@@ -12,6 +12,36 @@
|
||||
// See the License for the specific language governing permissions and$
|
||||
// limitations under the License.
|
||||
|
||||
// *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE
|
||||
// CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
|
||||
// DEPENDING ON IT IN YOUR PROJECT. ***
|
||||
package {
|
||||
default_applicable_licenses: [
|
||||
"vendor_widevine_libwvdrmengine_cdm_core_test_license",
|
||||
],
|
||||
}
|
||||
|
||||
// Added automatically by a large-scale-change
|
||||
//
|
||||
// large-scale-change included anything that looked like it might be a license
|
||||
// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
|
||||
//
|
||||
// Please consider removing redundant or irrelevant files from 'license_text:'.
|
||||
// See: http://go/android-license-faq
|
||||
license {
|
||||
name: "vendor_widevine_libwvdrmengine_cdm_core_test_license",
|
||||
visibility: [":__subpackages__"],
|
||||
license_kinds: [
|
||||
"legacy_by_exception_only", // by exception only
|
||||
],
|
||||
license_text: [
|
||||
"license_keys_unittest.cpp",
|
||||
"license_request.cpp",
|
||||
"license_request.h",
|
||||
"license_unittest.cpp",
|
||||
],
|
||||
}
|
||||
|
||||
filegroup {
|
||||
name: "vts_cdm_core_test_srcs",
|
||||
srcs: [
|
||||
|
||||
Reference in New Issue
Block a user