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

Commit d7aba9fd 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

Change-Id: I6d662f190349fb12043e726672673eb6a3b0c7b1
parents fa5524fa b75d82b4
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