Add BSD-like binary-only license kind.

Test: m droid dist

Change-Id: I1508ae374a6764fcf3469f93584ba06839b43953
This commit is contained in:
Bob Badour 2022-07-25 18:35:58 -07:00
parent b7873a8b0f
commit beb3f9a705

View file

@ -31,6 +31,15 @@ license {
license_text: ["LICENSE"],
}
license_kind {
name: "BSD-Like-Binary-Only",
conditions: [
"notice",
"by_exception_only",
"proprietary",
],
}
license_kind {
name: "SPDX-license-identifier-0BSD",
conditions: ["unencumbered"],