diff options
| -rw-r--r-- | core/jni/com_android_internal_content_NativeLibraryHelper.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/jni/com_android_internal_content_NativeLibraryHelper.cpp b/core/jni/com_android_internal_content_NativeLibraryHelper.cpp index f40cfd9f8e51..3108f1f2c7c5 100644 --- a/core/jni/com_android_internal_content_NativeLibraryHelper.cpp +++ b/core/jni/com_android_internal_content_NativeLibraryHelper.cpp @@ -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; } |