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:
@@ -1051,6 +1051,11 @@ license_kind {
|
||||
conditions: ["unencumbered"],
|
||||
}
|
||||
|
||||
license_kind {
|
||||
name: "legacy_permissive",
|
||||
conditions: ["permissive"],
|
||||
}
|
||||
|
||||
license_kind {
|
||||
name: "legacy_notice",
|
||||
conditions: ["notice"],
|
||||
|
Reference in New Issue
Block a user