Make dlext_namespaces.h available to users of libnativeloader

Bug: 33531483
Change-Id: Ie53309a08179770fa2b53b937580fe9e7acf748d
Merged-In: I1da92e2b1437b6775a9d81fc6c1a2d4bacecbc04
This commit is contained in:
Jesse Hall 2017-01-09 16:04:28 -08:00
parent d286af0bef
commit 243bbd29d6
2 changed files with 1 additions and 1 deletions

View file

@ -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"