Merge "cc: add min_sdk_version prop" am: 1b7599d918
am: 9e6db091f5
Change-Id: I9a8c4b261a6eaab1aff7f32c9fdf49bba59940c0
This commit is contained in:
3
cc/cc.go
3
cc/cc.go
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user