Merge "Add support for extension version in variables" into stage-aosp-master

This commit is contained in:
Anton Hansson 2021-09-01 08:21:32 +00:00 committed by Android (Google) Code Review
commit a06d2d1093

View file

@ -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"`