commit | 946f8d41bc0eb69bd45f612b4875633eda203086 | [log] [tgz] |
---|---|---|
author | Leon Scroggins III <[email protected]> | Wed Dec 02 14:05:44 2020 -0500 |
committer | Leon Scroggins III <[email protected]> | Fri Jan 08 09:37:22 2021 -0500 |
tree | 44bb33dad54e579fa0d2a22ea5511e95f845c198 | |
parent | 0621313fe65f78359f5c3b604b324fb2fd8dba07 [diff] [blame] |
Implement AImageDecoder_resultToString Bug: 160984428 Test: I118eaa99cd65b70dbfb2c8a7731c714564911a34 Change-Id: Iac444b04521056ae6f08cf7bbf12a79a80698c4c
diff --git a/native/graphics/jni/libjnigraphics.map.txt b/native/graphics/jni/libjnigraphics.map.txt index c8f1151..d8c3cef 100644 --- a/native/graphics/jni/libjnigraphics.map.txt +++ b/native/graphics/jni/libjnigraphics.map.txt
@@ -1,5 +1,6 @@ LIBJNIGRAPHICS { global: + AImageDecoder_resultToString; # introduced=31 AImageDecoder_createFromAAsset; # introduced=30 AImageDecoder_createFromFd; # introduced=30 AImageDecoder_createFromBuffer; # introduced=30