summaryrefslogtreecommitdiff
path: root/native
diff options
context:
space:
mode:
authorMarius Renn <renn@google.com>2019-02-13 01:16:12 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-02-13 01:16:12 +0000
commit0e636a8b5f244744cb74d112c15d8ee1ec7543ae (patch)
tree2eba66c8235e4b3f890d99c3f8f5cecc560ab8db /native
parent95885d602f42d3f0b5dd5bfd15dd9fdc35410055 (diff)
parente9345521e34a72180e80ffb4d3382a10c1e8a0fe (diff)
Merge "Adds new HardwareBuffer plane-locking functions to NDK"
Diffstat (limited to 'native')
-rw-r--r--native/android/libandroid.map.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/android/libandroid.map.txt b/native/android/libandroid.map.txt
index 730c409a91fb..a3db2d6a5055 100644
--- a/native/android/libandroid.map.txt
+++ b/native/android/libandroid.map.txt
@@ -146,6 +146,7 @@ LIBANDROID {
AHardwareBuffer_getNativeHandle; # introduced=26
AHardwareBuffer_isSupported; # introduced=29
AHardwareBuffer_lock; # introduced=26
+ AHardwareBuffer_lockPlanes; # introduced=29
AHardwareBuffer_recvHandleFromUnixSocket; # introduced=26
AHardwareBuffer_release; # introduced=26
AHardwareBuffer_sendHandleToUnixSocket; # introduced=26