Merge "Revert "Support BUILD_FRAMEWORK_COMPATIBILITY_MATRIX for soong"" into main am: 1282d27291
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3235655 Change-Id: Idac5d2bbdecd6af39d5983b91bd60a7134e81c9e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -2065,19 +2065,3 @@ 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