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

Commit 2cbc51f5 authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

am 00e3c58d: am 73f7cd98: Merge "Fix build."

* commit '00e3c58d':
  Fix build.
parents c32a244e 00e3c58d
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 &&