diff options
author | renn <renn@google.com> | 2019-01-10 10:27:48 -0800 |
---|---|---|
committer | renn <renn@google.com> | 2019-01-11 13:40:55 -0800 |
commit | e9345521e34a72180e80ffb4d3382a10c1e8a0fe (patch) | |
tree | b41acff7a275a025f4db28900f25d1a312060e24 | |
parent | 40335c1be9cb791869bcdc7b340fe12583b3ee41 (diff) |
Adds new HardwareBuffer plane-locking functions to NDK
Test: Run cts-tradefed run commandAndExit cts -m CtsNativeHardwareTestCases
Change-Id: I253abd9f862dc0fcdc55c228164fc37edf35cb7b
-rw-r--r-- | native/android/libandroid.map.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/native/android/libandroid.map.txt b/native/android/libandroid.map.txt index 537aed498cd2..88601dc5f452 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 |