summaryrefslogtreecommitdiff
path: root/module_ndk_libs
diff options
context:
space:
mode:
authorSorin Basca <sorinbasca@google.com>2021-03-04 14:48:33 +0000
committerSorin Basca <sorinbasca@google.com>2021-03-04 14:48:33 +0000
commit9ca8b94e11a7cb97602e916a635bab6e9b1ba5f9 (patch)
tree983938c3203120e309b30c05c66407d70c4f73e9 /module_ndk_libs
parent60fee6e8453e2e12168a4e23fd4d38d0800d4961 (diff)
downloadextras-9ca8b94e11a7cb97602e916a635bab6e9b1ba5f9.tar.gz
Add jniThrowErrnoException in libnativehelper
This is the mirroring for exporting of the new function available in libnativehelper, jniThrowErrnoException. Bug: 180958753 Test: m Change-Id: Ie0c12fcb340eb7daf67d20abb144eef680c21664
Diffstat (limited to 'module_ndk_libs')
-rw-r--r--module_ndk_libs/libnativehelper/libnativehelper.map.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/module_ndk_libs/libnativehelper/libnativehelper.map.txt b/module_ndk_libs/libnativehelper/libnativehelper.map.txt
index 26646479..0f5c3fa0 100644
--- a/module_ndk_libs/libnativehelper/libnativehelper.map.txt
+++ b/module_ndk_libs/libnativehelper/libnativehelper.map.txt
@@ -17,6 +17,7 @@ LIBNATIVEHELPER_S { # introduced=S
jniThrowNullPointerException; # apex
jniThrowRuntimeException; # apex
jniThrowIOException; # apex
+ jniThrowErrnoException; # apex
jniCreateFileDescriptor; # apex
jniGetFDFromFileDescriptor; # apex
jniSetFileDescriptorOfFD; # apex