Merge "Vendor projects are proprietary."

This commit is contained in:
Bob Badour
2023-02-09 18:53:02 +00:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ package {
// all of the 'license_kinds' from "vendor_widevine_license" // all of the 'license_kinds' from "vendor_widevine_license"
// to get the below license kinds: // to get the below license kinds:
// SPDX-license-identifier-Apache-2.0 // SPDX-license-identifier-Apache-2.0
// legacy_proprietary (by exception only)
default_applicable_licenses: ["vendor_widevine_license"], default_applicable_licenses: ["vendor_widevine_license"],
} }
@@ -110,4 +111,4 @@ prebuilt_etc {
src: "allowlist_com.google.android.widevine.xml", src: "allowlist_com.google.android.widevine.xml",
vendor: true, vendor: true,
sub_dir: "sysconfig", sub_dir: "sysconfig",
} }

View File

@@ -5,6 +5,7 @@ package {
// to get the below license kinds: // to get the below license kinds:
// SPDX-license-identifier-Apache-2.0 // SPDX-license-identifier-Apache-2.0
// legacy_by_exception_only (by exception only) // legacy_by_exception_only (by exception only)
// legacy_proprietary (by exception only)
default_applicable_licenses: ["vendor_widevine_license"], default_applicable_licenses: ["vendor_widevine_license"],
} }