Merge "Add java sdk library enforcement flag"
This commit is contained in:
@@ -1321,6 +1321,14 @@ func (c *config) EnforceProductPartitionInterface() bool {
|
||||
return Bool(c.productVariables.EnforceProductPartitionInterface)
|
||||
}
|
||||
|
||||
func (c *config) EnforceInterPartitionJavaSdkLibrary() bool {
|
||||
return Bool(c.productVariables.EnforceInterPartitionJavaSdkLibrary)
|
||||
}
|
||||
|
||||
func (c *config) InterPartitionJavaLibraryAllowList() []string {
|
||||
return c.productVariables.InterPartitionJavaLibraryAllowList
|
||||
}
|
||||
|
||||
func (c *config) InstallExtraFlattenedApexes() bool {
|
||||
return Bool(c.productVariables.InstallExtraFlattenedApexes)
|
||||
}
|
||||
|
Reference in New Issue
Block a user