summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDimitry Ivanov <dimitry@google.com>2015-12-08 11:16:56 -0800
committerDimitry Ivanov <dimitry@google.com>2015-12-09 15:39:36 -0800
commit0d6e59407d7b57805a72fe4d3df03c5249ea7ae8 (patch)
treef590d4490e1fe6e7f95837e6a985ba23596b36bb /include
parent9729392ffa40ed37aab7fd535c6644d20279bbf0 (diff)
downloadsystem_core-0d6e59407d7b57805a72fe4d3df03c5249ea7ae8.tar.gz
system_core-0d6e59407d7b57805a72fe4d3df03c5249ea7ae8.tar.bz2
system_core-0d6e59407d7b57805a72fe4d3df03c5249ea7ae8.zip
Apply permitted path to the classloader-namespace
Bug: http://b/25853516 Bug: http://b/22548808 Change-Id: I283e6ee8d743bc3ab41aab9f36af0abbe729943f
Diffstat (limited to 'include')
-rw-r--r--include/nativeloader/native_loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nativeloader/native_loader.h b/include/nativeloader/native_loader.h
index 18b7ba41b..e7c69d660 100644
--- a/include/nativeloader/native_loader.h
+++ b/include/nativeloader/native_loader.h
@@ -24,7 +24,7 @@ namespace android {
__attribute__((visibility("default")))
void* OpenNativeLibrary(JNIEnv* env, int32_t target_sdk_version, const char* path,
- jobject class_loader, jstring library_path);
+ jobject class_loader, jstring library_path, jstring permitted_path);
}; // namespace android