Merge "Support BUILD_FRAMEWORK_COMPATIBILITY_MATRIX for soong" into main
This commit is contained in:
@@ -2053,3 +2053,19 @@ func (c *config) ProductPropFiles(ctx PathContext) Paths {
|
||||
func (c *config) EnableUffdGc() string {
|
||||
return String(c.productVariables.EnableUffdGc)
|
||||
}
|
||||
|
||||
func (c *config) DeviceFrameworkCompatibilityMatrixFile() []string {
|
||||
return c.productVariables.DeviceFrameworkCompatibilityMatrixFile
|
||||
}
|
||||
|
||||
func (c *config) DeviceProductCompatibilityMatrixFile() []string {
|
||||
return c.productVariables.DeviceProductCompatibilityMatrixFile
|
||||
}
|
||||
|
||||
func (c *config) BoardAvbEnable() bool {
|
||||
return Bool(c.productVariables.BoardAvbEnable)
|
||||
}
|
||||
|
||||
func (c *config) BoardAvbSystemAddHashtreeFooterArgs() []string {
|
||||
return c.productVariables.BoardAvbSystemAddHashtreeFooterArgs
|
||||
}
|
||||
|
Reference in New Issue
Block a user