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

Commit 6de92113 authored by Pawan Wagh's avatar Pawan Wagh Committed by Automerger Merge Worker
Browse files

Merge "NativeLibraryHelper: clarify log about APK alignment" into main am: b14e715b

parents 4660f140 b14e715b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -306,8 +306,9 @@ static install_status_t copyFileIfChanged(JNIEnv* env, void* arg, ZipFileRO* zip
                                               when, uncompLen, crc);
            }

            ALOGE("Library '%s' is not PAGE(%zu)-aligned - will not be able to open it directly "
                  "from apk.\n",
            ALOGE("extractNativeLibs=false library '%s' is not PAGE(%zu)-"
                  "aligned within apk (APK alignment, not ELF alignment) -"
                  "will not be able to open it directly from apk.\n",
                  fileName, kPageSize);
            return INSTALL_FAILED_INVALID_APK;
        }