Merge "Pass permitted_path to the linker as is."
am: a214a769f9
* commit 'a214a769f9a98b0962e62bd716575a05cf6f9f59':
Pass permitted_path to the linker as is.
Change-Id: Ic4d8e6a67ca069319d872e6f3dcb76e857162093
This commit is contained in:
commit
f7d2b8276a
1 changed files with 1 additions and 3 deletions
|
|
@ -99,9 +99,7 @@ class LibraryNamespaces {
|
||||||
nullptr,
|
nullptr,
|
||||||
library_path.c_str(),
|
library_path.c_str(),
|
||||||
namespace_type,
|
namespace_type,
|
||||||
java_permitted_path != nullptr ?
|
permitted_path.c_str());
|
||||||
permitted_path.c_str() :
|
|
||||||
nullptr);
|
|
||||||
|
|
||||||
if (ns != nullptr) {
|
if (ns != nullptr) {
|
||||||
namespaces_.push_back(std::make_pair(env->NewWeakGlobalRef(class_loader), ns));
|
namespaces_.push_back(std::make_pair(env->NewWeakGlobalRef(class_loader), ns));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue