Apex: support codenames for min_sdk_version
Apex can use codenames like "Q", "R" for its min_sdk_version property.
Also, cc_library can use codenames for its stubs.versions.
Bug: 152655956
Test: m
Merged-In: I077ad7b2ac5d90b4c8708921e43846206f05ba70
Change-Id: I077ad7b2ac5d90b4c8708921e43846206f05ba70
(cherry picked from commit 29e91d2121
)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user