Make dlext_namespaces.h available to users of libnativeloader
Bug: 33531483 Test: build Change-Id: I1da92e2b1437b6775a9d81fc6c1a2d4bacecbc04
This commit is contained in:
parent
72edb4c02c
commit
0936d25371
|
@ -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