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

Commit 692c3a92 authored by Selim Gurun's avatar Selim Gurun Committed by android-build-merger
Browse files

Fix build break am: 75827b2f

am: ce10f209

* commit 'ce10f209':
  Fix build break
parents 47f93ec6 ce10f209
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4877,7 +4877,7 @@ public class PackageParser {
            }
        }

        public void setUse32bitAbi(bool use32bitAbi) {
        public void setUse32bitAbi(boolean use32bitAbi) {
            this.use32bitAbi = use32bitAbi;
            if (childPackages != null) {
                final int packageCount = childPackages.size();