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:
Jesse Hall 2017-01-09 16:04:28 -08:00 committed by Dimitry Ivanov
parent afe25958b6
commit b75d82b42a
2 changed files with 1 additions and 1 deletions

View File

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