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
|
@ -99,9 +99,7 @@ class LibraryNamespaces {
|
|||
nullptr,
|
||||
library_path.c_str(),
|
||||
namespace_type,
|
||||
java_permitted_path != nullptr ?
|
||||
permitted_path.c_str() :
|
||||
nullptr);
|
||||
permitted_path.c_str());
|
||||
|
||||
if (ns != nullptr) {
|
||||
namespaces_.push_back(std::make_pair(env->NewWeakGlobalRef(class_loader), ns));
|
||||
|
|
Loading…
Reference in New Issue