[automerge] Revert "Patch to fix Aug train issue with tethering" 2p: 9bcfe69743
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/soong/+/19457530 Change-Id: I82494f6629b4c0869d7e430e1de7d47442195a33
This commit is contained in:
@@ -646,14 +646,6 @@ func (j *Module) MinSdkVersion(ctx android.EarlyModuleContext) android.SdkSpec {
|
||||
return j.SdkVersion(ctx)
|
||||
}
|
||||
|
||||
func (j *Module) MinApiLevelForSdkSnapshot(ctx android.EarlyModuleContext) android.ApiLevel {
|
||||
if j.deviceProperties.Min_sdk_version != nil {
|
||||
return android.SdkSpecFrom(ctx, *j.deviceProperties.Min_sdk_version).ApiLevel
|
||||
} else {
|
||||
return android.NoneApiLevel
|
||||
}
|
||||
}
|
||||
|
||||
func (j *Module) MaxSdkVersion(ctx android.EarlyModuleContext) android.SdkSpec {
|
||||
maxSdkVersion := proptools.StringDefault(j.deviceProperties.Max_sdk_version, "")
|
||||
// SdkSpecFrom returns SdkSpecPrivate for this, which may be confusing.
|
||||
|
Reference in New Issue
Block a user