Make dlext_namespaces.h available to users of libnativeloader
am: b75d82b42a
Change-Id: I6d662f190349fb12043e726672673eb6a3b0c7b1
This commit is contained in:
commit
d7aba9fdf5
|
@ -20,7 +20,7 @@
|
|||
#include <dlfcn.h>
|
||||
#ifdef __ANDROID__
|
||||
#define LOG_TAG "libnativeloader"
|
||||
#include "dlext_namespaces.h"
|
||||
#include "nativeloader/dlext_namespaces.h"
|
||||
#include "cutils/properties.h"
|
||||
#include "log/log.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue