From 5a9151e4926c9eccbf2ff3281f887d2735bbcef7 Mon Sep 17 00:00:00 2001 From: Valerie Hau Date: Thu, 21 Mar 2019 12:39:04 -0700 Subject: Adding AHardwareBuffer lockAndGetInfo to libandroid Bug: 123423521 Test: build, boot, android.hardware.nativehardware.cts.AHardwareBufferNativeTests Change-Id: I81d7fa7352b7720103975ab0910d57953e0a7ec4 --- native/android/libandroid.map.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'native/android/libandroid.map.txt') diff --git a/native/android/libandroid.map.txt b/native/android/libandroid.map.txt index e1dc40636ca5..1f2480ba0b47 100644 --- a/native/android/libandroid.map.txt +++ b/native/android/libandroid.map.txt @@ -148,6 +148,7 @@ LIBANDROID { AHardwareBuffer_getNativeHandle; # introduced=26 AHardwareBuffer_isSupported; # introduced=29 AHardwareBuffer_lock; # introduced=26 + AHardwareBuffer_lockAndGetInfo; # introduced=29 AHardwareBuffer_lockPlanes; # introduced=29 AHardwareBuffer_recvHandleFromUnixSocket; # introduced=26 AHardwareBuffer_release; # introduced=26 -- cgit v1.2.3-59-g8ed1b