Merge "Add support for extension version in variables" into stage-aosp-master
This commit is contained in:
commit
a06d2d1093
1 changed files with 5 additions and 0 deletions
|
@ -46,6 +46,10 @@ type variableProperties struct {
|
|||
Java_resource_dirs []string
|
||||
}
|
||||
|
||||
Platform_sdk_extension_version struct {
|
||||
Cmd *string
|
||||
}
|
||||
|
||||
// unbundled_build is a catch-all property to annotate modules that don't build in one or
|
||||
// more unbundled branches, usually due to dependencies missing from the manifest.
|
||||
Unbundled_build struct {
|
||||
|
@ -173,6 +177,7 @@ type productVariables struct {
|
|||
Platform_sdk_codename *string `json:",omitempty"`
|
||||
Platform_sdk_version_or_codename *string `json:",omitempty"`
|
||||
Platform_sdk_final *bool `json:",omitempty"`
|
||||
Platform_sdk_extension_version *int `json:",omitempty"`
|
||||
Platform_version_active_codenames []string `json:",omitempty"`
|
||||
Platform_vndk_version *string `json:",omitempty"`
|
||||
Platform_systemsdk_versions []string `json:",omitempty"`
|
||||
|
|
Loading…
Reference in a new issue