Merge \\\"Default minSdkVersion to \\\'1\\\'\\\" into nyc-dev am: a98e3e3ede am: a1066ed6c2
am: e3cc3d8ad4
Change-Id: I42b6c96d661f4f8b3036513303f319c010c00485
This commit is contained in:
@@ -1877,7 +1877,7 @@ public class PackageParser {
|
||||
sa = res.obtainAttributes(parser,
|
||||
com.android.internal.R.styleable.AndroidManifestUsesSdk);
|
||||
|
||||
int minVers = 0;
|
||||
int minVers = 1;
|
||||
String minCode = null;
|
||||
int targetVers = 0;
|
||||
String targetCode = null;
|
||||
@@ -1904,9 +1904,6 @@ public class PackageParser {
|
||||
} else {
|
||||
// If it's not a string, it's an integer.
|
||||
targetVers = val.data;
|
||||
if (minVers == 0) {
|
||||
minVers = targetVers;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user