Make dlext_namespaces.h available to users of libnativeloader

am: b75d82b42a

Change-Id: I6d662f190349fb12043e726672673eb6a3b0c7b1
This commit is contained in:
Jesse Hall 2017-02-02 21:41:51 +00:00 committed by android-build-merger
commit d7aba9fdf5
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