Make dlext_namespaces.h available to users of libnativeloader am: b75d82b42a

am: d7aba9fdf5

Change-Id: I64a1c914ef05bd7ec5554b791d382f5a888c2225
This commit is contained in:
Jesse Hall 2017-02-02 21:44:36 +00:00 committed by android-build-merger
commit f523342ecc
2 changed files with 1 additions and 1 deletions

View file

@ -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