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

Commit 00e3c58d authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

am 73f7cd98: Merge "Fix build."

* commit '73f7cd98':
  Fix build.
parents dd2e9d33 73f7cd98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -345,7 +345,7 @@ public class DefaultContainerService extends IntentService {
        NativeLibraryHelper.ApkHandle handle = new NativeLibraryHelper.ApkHandle(codePath);
        String[] abiList = Build.SUPPORTED_ABIS;
        if (abiOverride != null) {
            abiList = new String[] { abiList };
            abiList = new String[] { abiOverride };
        } else {
            try {
                if (Build.SUPPORTED_64_BIT_ABIS.length > 0 &&