Vendor projects are proprietary.

Test: m droid dist
Change-Id: I19435feeece687cf7977ea62faac7a9692315449
This commit is contained in:
Bob Badour
2023-02-08 20:13:37 -08:00
parent 080bfc7414
commit c34ecdc774
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"],
} }