Make dlext_namespaces.h available to users of libnativeloader
Bug: 33531483 Change-Id: Ie53309a08179770fa2b53b937580fe9e7acf748d Merged-In: I1da92e2b1437b6775a9d81fc6c1a2d4bacecbc04
This commit is contained in:
parent
d286af0bef
commit
243bbd29d6
2 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include <dlfcn.h>
|
||||
#ifdef __ANDROID__
|
||||
#include "dlext_namespaces.h"
|
||||
#include "nativeloader/dlext_namespaces.h"
|
||||
#include "cutils/properties.h"
|
||||
#define LOG_TAG "libnativeloader"
|
||||
#include "log/log.h"
|
||||
|
|
Loading…
Reference in a new issue