Merge "cc: add min_sdk_version prop" am: 1b7599d918 am: 9e6db091f5

Change-Id: I9a8c4b261a6eaab1aff7f32c9fdf49bba59940c0
This commit is contained in:
Treehugger Robot
2020-04-22 01:18:38 +00:00
committed by Automerger Merge Worker
2 changed files with 11 additions and 0 deletions

View File

@@ -213,6 +213,9 @@ type BaseProperties struct {
// two variants to be built, one for the platform and one for apps.
Sdk_version *string
// Minimum sdk version that the artifact should support when it runs as part of mainline modules(APEX).
Min_sdk_version *string
// If true, always create an sdk variant and don't create a platform variant.
Sdk_variant_only *bool