Merge "Update max_sdk_version from SdkSpec to ApiLevel"
This commit is contained in:
@@ -28,9 +28,9 @@ type SdkContext interface {
|
||||
// MinSdkVersion returns ApiLevel that corresponds to the min_sdk_version property of the current module,
|
||||
// or from sdk_version if it is not set.
|
||||
MinSdkVersion(ctx EarlyModuleContext) ApiLevel
|
||||
// ReplaceMaxSdkVersionPlaceholder returns SdkSpec to replace the maxSdkVersion property of permission and
|
||||
// ReplaceMaxSdkVersionPlaceholder returns Apilevel to replace the maxSdkVersion property of permission and
|
||||
// uses-permission tags if it is set.
|
||||
ReplaceMaxSdkVersionPlaceholder(ctx EarlyModuleContext) SdkSpec
|
||||
ReplaceMaxSdkVersionPlaceholder(ctx EarlyModuleContext) ApiLevel
|
||||
// TargetSdkVersion returns the ApiLevel that corresponds to the target_sdk_version property of the current module,
|
||||
// or from sdk_version if it is not set.
|
||||
TargetSdkVersion(ctx EarlyModuleContext) ApiLevel
|
||||
|
Reference in New Issue
Block a user