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

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

Fix build break

am: 75827b2f

* commit '75827b2f':
  Fix build break
parents a5d771db 75827b2f
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();