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:
Dimitry Ivanov 2016-05-17 01:13:29 +00:00 committed by android-build-merger
commit f7d2b8276a
1 changed files with 1 additions and 3 deletions

View File

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