diff options
author | Dimitry Ivanov <dimitry@google.com> | 2016-05-09 17:51:51 -0700 |
---|---|---|
committer | Dimitry Ivanov <dimitry@google.com> | 2016-05-09 18:09:06 -0700 |
commit | 6796522256b4cd861d3ebaf8264bd272b3c7441f (patch) | |
tree | b59d1e01f615e36f04fdcea78027f1103bb048f0 /libnativeloader/native_loader.cpp | |
parent | 179fea40bb1ed2da183f3a2a6398d1c68b9f6f32 (diff) |
Move linker-namespace functions declarations
They are intended for platform use only and we shouldn't have them
in the public header file. This CL moves them to libnativeloader
private header file.
Bug: http://b/28174921
Change-Id: I01cf446d2d8d7cf6f9e31130aa3d4e54fbbbb9fc
Diffstat (limited to 'libnativeloader/native_loader.cpp')
-rw-r--r-- | libnativeloader/native_loader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnativeloader/native_loader.cpp b/libnativeloader/native_loader.cpp index 33d5b62a4..bcc89e42e 100644 --- a/libnativeloader/native_loader.cpp +++ b/libnativeloader/native_loader.cpp @@ -19,7 +19,7 @@ #include <dlfcn.h> #ifdef __ANDROID__ -#include <android/dlext.h> +#include "dlext_namespaces.h" #include "cutils/properties.h" #include "log/log.h" #endif |