Merge "Support BUILD_FRAMEWORK_COMPATIBILITY_MATRIX for soong" into main

This commit is contained in:
Treehugger Robot
2024-08-15 09:07:38 +00:00
committed by Gerrit Code Review
3 changed files with 22 additions and 0 deletions

View File

@@ -513,6 +513,11 @@ type ProductVariables struct {
ProductPropFiles []string `json:",omitempty"`
EnableUffdGc *string `json:",omitempty"`
BoardAvbEnable *bool `json:",omitempty"`
BoardAvbSystemAddHashtreeFooterArgs []string `json:",omitempty"`
DeviceFrameworkCompatibilityMatrixFile []string `json:",omitempty"`
DeviceProductCompatibilityMatrixFile []string `json:",omitempty"`
}
type PartitionQualifiedVariablesType struct {