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

Commit b75d82b4 authored by Jesse Hall's avatar Jesse Hall Committed by Dimitry Ivanov
Browse files

Make dlext_namespaces.h available to users of libnativeloader

Bug: 33531483
Test: build
Change-Id: I1da92e2b1437b6775a9d81fc6c1a2d4bacecbc04
(cherry picked from commit 0936d253)
parent afe25958
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