Merge "Create product variant for product partition"
This commit is contained in:
@@ -948,6 +948,10 @@ func (c *deviceConfig) PlatformVndkVersion() string {
|
||||
return String(c.config.productVariables.Platform_vndk_version)
|
||||
}
|
||||
|
||||
func (c *deviceConfig) ProductVndkVersion() string {
|
||||
return String(c.config.productVariables.ProductVndkVersion)
|
||||
}
|
||||
|
||||
func (c *deviceConfig) ExtraVndkVersions() []string {
|
||||
return c.config.productVariables.ExtraVndkVersions
|
||||
}
|
||||
|
Reference in New Issue
Block a user