Add legacy_permissive license kind.

Missed a license kind needed for the large-scale-change. It didn't turn
up in testing until all the --override and --filter flags were
determined.

See: http://go/android-license-checking-v2-lsc

Bug: 151953481
Bug: 151177513
Bug: 67772237

Change-Id: Ic6b5f11717e88504e09d4817e9952d3ed1132b93
This commit is contained in:
Bob Badour
2021-01-21 08:53:58 -08:00
parent 1de5a578d2
commit 73056ea9f8

View File

@@ -1051,6 +1051,11 @@ license_kind {
conditions: ["unencumbered"], conditions: ["unencumbered"],
} }
license_kind {
name: "legacy_permissive",
conditions: ["permissive"],
}
license_kind { license_kind {
name: "legacy_notice", name: "legacy_notice",
conditions: ["notice"], conditions: ["notice"],