Change condition to match go/thirdpartylicenses

Policy uses restricted_if_statically_linked at
https://opensource.google/documentation/reference/thirdparty/licenses#RestrictedIfStaticallyLinked

Test: m droid
Change-Id: I9b18d3133ae72de1bede99f46b530298313bc2e6
This commit is contained in:
Bob Badour
2022-11-22 12:04:10 -08:00
parent dd026fce63
commit cac8a3cf09
14 changed files with 324 additions and 324 deletions

View File

@@ -187,7 +187,7 @@ func Test(t *testing.T) {
},
{
project: "device/library",
conditions: []string{"restricted_allows_dynamic_linking"},
conditions: []string{"restricted_if_statically_linked"},
},
{
project: "dynamic/binary",
@@ -196,14 +196,14 @@ func Test(t *testing.T) {
{
project: "static/binary",
conditions: []string{
"restricted_allows_dynamic_linking",
"restricted_if_statically_linked",
},
},
{
project: "static/library",
conditions: []string{
"reciprocal",
"restricted_allows_dynamic_linking",
"restricted_if_statically_linked",
},
},
},
@@ -219,7 +219,7 @@ func Test(t *testing.T) {
},
{
project: "device/library",
conditions: []string{"restricted_allows_dynamic_linking"},
conditions: []string{"restricted_if_statically_linked"},
},
{
project: "dynamic/binary",
@@ -228,14 +228,14 @@ func Test(t *testing.T) {
{
project: "static/binary",
conditions: []string{
"restricted_allows_dynamic_linking",
"restricted_if_statically_linked",
},
},
{
project: "static/library",
conditions: []string{
"reciprocal",
"restricted_allows_dynamic_linking",
"restricted_if_statically_linked",
},
},
},
@@ -249,14 +249,14 @@ func Test(t *testing.T) {
project: "device/library",
conditions: []string{
"restricted",
"restricted_allows_dynamic_linking",
"restricted_if_statically_linked",
},
},
{
project: "distributable/application",
conditions: []string{
"restricted",
"restricted_allows_dynamic_linking",
"restricted_if_statically_linked",
},
},
},
@@ -269,20 +269,20 @@ func Test(t *testing.T) {
{
project: "device/library",
conditions: []string{
"restricted_allows_dynamic_linking",
"restricted_if_statically_linked",
},
},
{
project: "static/binary",
conditions: []string{
"restricted_allows_dynamic_linking",
"restricted_if_statically_linked",
},
},
{
project: "static/library",
conditions: []string{
"reciprocal",
"restricted_allows_dynamic_linking",
"restricted_if_statically_linked",
},
},
},