commit | f89de633049792b172d5a5653907ddb568b42ac2 | [log] [tgz] |
---|---|---|
author | Leon Scroggins III <[email protected]> | Sun Jan 19 21:22:18 2020 -0500 |
committer | Leon Scroggins III <[email protected]> | Sun Jan 19 21:22:18 2020 -0500 |
tree | 3ebf5cf8c2d83407a66405a38818699a74e9221b | |
parent | 380f3c9ae622c7284d88afbab4732291b472f64b [diff] [blame] |
Implement AImageDecoder_computeSampledSize Bug: 135133301 Test: If9ed79d8dcf1169369ba454723f4ac8d26427b7b Change-Id: I4926188cf66e2693c09dd7f1197173441936080c
diff --git a/native/graphics/jni/libjnigraphics.map.txt b/native/graphics/jni/libjnigraphics.map.txt index 6843e7a..d9e7828 100644 --- a/native/graphics/jni/libjnigraphics.map.txt +++ b/native/graphics/jni/libjnigraphics.map.txt
@@ -10,6 +10,7 @@ AImageDecoder_getMinimumStride; # introduced=30 AImageDecoder_decodeImage; # introduced=30 AImageDecoder_setTargetSize; # introduced=30 + AImageDecoder_computeSampledSize; # introduced=30 AImageDecoder_setCrop; # introduced=30 AImageDecoderHeaderInfo_getWidth; # introduced=30 AImageDecoderHeaderInfo_getHeight; # introduced=30