Merge "Support for recovery snapshot."

This commit is contained in:
Jose "Pepe" Galmes
2021-01-06 21:17:54 +00:00
committed by Gerrit Code Review
12 changed files with 520 additions and 119 deletions

View File

@@ -1053,6 +1053,10 @@ func (c *deviceConfig) VndkVersion() string {
return String(c.config.productVariables.DeviceVndkVersion)
}
func (c *deviceConfig) RecoverySnapshotVersion() string {
return String(c.config.productVariables.RecoverySnapshotVersion)
}
func (c *deviceConfig) CurrentApiLevelForVendorModules() string {
return StringDefault(c.config.productVariables.DeviceCurrentApiLevelForVendorModules, "current")
}