Revert "Support BUILD_FRAMEWORK_COMPATIBILITY_MATRIX for soong"
Revert submission 3195743-compatibility_matrix Reason for revert: Build Break, Bug: 361227456 Reverted changes: /q/submissionid:3195743-compatibility_matrix Change-Id: Ib89cdc64eb816ca0df872473b1e9a9dfdb08ceee
This commit is contained in:
@@ -2089,19 +2089,3 @@ func (c *config) SystemPropFiles(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