commit | afd37c429b14d63ee4144f00cf1fb8041f681f68 | [log] [tgz] |
---|---|---|
author | Dmitriy Ivanov <dimitry@google.com> | Wed Jul 02 23:09:47 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jul 02 20:52:43 2014 +0000 |
tree | 07a5134bdf455603f09bfc9adf8f62b91661398d | |
parent | 950a435fc0dffc22a816194af175420176b86908 [diff] | |
parent | d38306694179962f2d784fd1828afd4af1d8a4ec [diff] |
Merge "Build fix"
diff --git a/linker/linker.cpp b/linker/linker.cpp index 2065231..8cf9fea 100644 --- a/linker/linker.cpp +++ b/linker/linker.cpp
@@ -857,7 +857,7 @@ return NULL; } if (extinfo != NULL && ((extinfo->flags & ~(ANDROID_DLEXT_VALID_FLAG_BITS)) != 0)) { - DL_ERR("invalid extended flags to android_dlopen_ext: %llx", extinfo->flags); + DL_ERR("invalid extended flags to android_dlopen_ext: %x", extinfo->flags); return NULL; } protect_data(PROT_READ | PROT_WRITE);