[LSC] Add LOCAL_LICENSE_KINDS to vendor/widevine

Added legacy_by_exception_only to:
  libwvdrmengine/apex/device/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all
Change-Id: I9eee9c7bdc6125447499996f49f88e055bd38f83
This commit is contained in:
Bob Badour
2023-01-11 10:17:02 -08:00
parent a95cd36de5
commit d676bd9c6d

View File

@@ -1,5 +1,17 @@
// *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE
// CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
// DEPENDING ON IT IN YOUR PROJECT. ***
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "vendor_widevine_license"
// to get the below license kinds:
// legacy_by_exception_only (by exception only)
default_applicable_licenses: ["vendor_widevine_license"],
}
linker_config {
name: "widevine_linker_config",
src: "linker.config.json",
vendor: true,
}
}