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

Commit daa29aa1 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:...

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

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3428922



Change-Id: I0ea29eadc258e0f9d6b24bcb4721cbd7f30e86cb
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 5ff58de7 6de92113
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -314,8 +314,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;
        }