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

Commit b14e715b authored by Pawan Wagh's avatar Pawan Wagh Committed by Gerrit Code Review
Browse files

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

parents d16b5596 99b6856d
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;
        }