Policy clarified: No need to share a "distribution medium"
Including code built from restricted sources in a distribution medium does not require sharing the code for building the distribution medium. Test: m cts dist Test: m cts dist gts (requires cherry-pick to internal) Change-Id: I7fcd889b11a97f8deaf4de9d72fdadd09deebe30
This commit is contained in:
@@ -193,13 +193,6 @@ func Test(t *testing.T) {
|
||||
project: "dynamic/binary",
|
||||
conditions: []string{"restricted"},
|
||||
},
|
||||
{
|
||||
project: "highest/apex",
|
||||
conditions: []string{
|
||||
"restricted",
|
||||
"restricted_allows_dynamic_linking",
|
||||
},
|
||||
},
|
||||
{
|
||||
project: "static/binary",
|
||||
conditions: []string{
|
||||
@@ -224,13 +217,6 @@ func Test(t *testing.T) {
|
||||
project: "base/library",
|
||||
conditions: []string{"restricted"},
|
||||
},
|
||||
{
|
||||
project: "container/zip",
|
||||
conditions: []string{
|
||||
"restricted",
|
||||
"restricted_allows_dynamic_linking",
|
||||
},
|
||||
},
|
||||
{
|
||||
project: "device/library",
|
||||
conditions: []string{"restricted_allows_dynamic_linking"},
|
||||
@@ -320,10 +306,6 @@ func Test(t *testing.T) {
|
||||
project: "dynamic/binary",
|
||||
conditions: []string{"restricted"},
|
||||
},
|
||||
{
|
||||
project: "highest/apex",
|
||||
conditions: []string{"restricted"},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -335,10 +317,6 @@ func Test(t *testing.T) {
|
||||
project: "base/library",
|
||||
conditions: []string{"restricted"},
|
||||
},
|
||||
{
|
||||
project: "container/zip",
|
||||
conditions: []string{"restricted"},
|
||||
},
|
||||
{
|
||||
project: "dynamic/binary",
|
||||
conditions: []string{"restricted"},
|
||||
@@ -381,10 +359,6 @@ func Test(t *testing.T) {
|
||||
project: "bin/threelibraries",
|
||||
conditions: []string{"restricted"},
|
||||
},
|
||||
{
|
||||
project: "container/zip",
|
||||
conditions: []string{"restricted"},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -396,10 +370,6 @@ func Test(t *testing.T) {
|
||||
project: "bin/threelibraries",
|
||||
conditions: []string{"restricted"},
|
||||
},
|
||||
{
|
||||
project: "container/zip",
|
||||
conditions: []string{"restricted"},
|
||||
},
|
||||
{
|
||||
project: "lib/apache",
|
||||
conditions: []string{"restricted"},
|
||||
@@ -419,10 +389,6 @@ func Test(t *testing.T) {
|
||||
project: "bin/threelibraries",
|
||||
conditions: []string{"restricted"},
|
||||
},
|
||||
{
|
||||
project: "container/zip",
|
||||
conditions: []string{"restricted"},
|
||||
},
|
||||
{
|
||||
project: "lib/apache",
|
||||
conditions: []string{"restricted"},
|
||||
@@ -446,10 +412,6 @@ func Test(t *testing.T) {
|
||||
project: "bin/threelibraries",
|
||||
conditions: []string{"restricted"},
|
||||
},
|
||||
{
|
||||
project: "container/zip",
|
||||
conditions: []string{"restricted"},
|
||||
},
|
||||
{
|
||||
project: "lib/apache",
|
||||
conditions: []string{"restricted"},
|
||||
|
Reference in New Issue
Block a user