Make dlext_namespaces.h available to users of libnativeloader
Bug: 33531483
Test: build
Change-Id: I1da92e2b1437b6775a9d81fc6c1a2d4bacecbc04
(cherry picked from commit 0936d25371)
This commit is contained in:
parent
5c25f72e24
commit
19e105bc0a
2 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue