Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f523342e authored by Jesse Hall's avatar Jesse Hall Committed by android-build-merger
Browse files

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

am: d7aba9fd

Change-Id: I64a1c914ef05bd7ec5554b791d382f5a888c2225
parents 0fc04d8c d7aba9fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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