Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec5f597a authored by Todd Kennedy's avatar Todd Kennedy Committed by android-build-merger
Browse files

Merge \\"Default minSdkVersion to \\'1\\'\\" into nyc-dev am: a98e3e3e

am: 08739a27

Change-Id: Ic0544185f6fd38d23c7d13d7f842099757ffb70d
parents b3538340 08739a27
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -1876,7 +1876,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;
@@ -1903,9 +1903,6 @@ public class PackageParser {
                        } else {
                            // If it's not a string, it's an integer.
                            targetVers = val.data;
                            if (minVers == 0) {
                                minVers = targetVers;
                            }
                        }
                    }