Merge "Apex: support codenames for min_sdk_version" into rvc-dev am: 95148f607e

Change-Id: Ib64f83d89dd7adeafa2b42bc81c7dd012fe13ff8
This commit is contained in:
Jooyung Han
2020-04-05 00:32:30 +00:00
committed by Automerger Merge Worker
6 changed files with 135 additions and 19 deletions

View File

@@ -96,6 +96,8 @@ type libraryProperties struct {
Unversioned_until *string
// Private property for use by the mutator that splits per-API level.
// can be one of <number:sdk_version> or <codename> or "current"
// passed to "gen_stub_libs.py" as it is
ApiLevel string `blueprint:"mutated"`
// True if this API is not yet ready to be shipped in the NDK. It will be