From e463bb6a83b9863f1689f11bba0ce3c81ff63dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Wed, 21 Nov 2018 21:41:35 -0800 Subject: [PATCH] Export AHardwareBuffer_isSupported from libandroid. Bug: 115660272 Test: Builds and passes CTS on Pixel 2. Change-Id: Ic67a7db98359b476c6cb146363040844efee475d --- native/android/libandroid.map.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/native/android/libandroid.map.txt b/native/android/libandroid.map.txt index e7e8384c55670..207508e18a8b2 100644 --- a/native/android/libandroid.map.txt +++ b/native/android/libandroid.map.txt @@ -144,6 +144,7 @@ LIBANDROID { AHardwareBuffer_describe; # introduced=26 AHardwareBuffer_fromHardwareBuffer; # introduced=26 AHardwareBuffer_getNativeHandle; # introduced=26 + AHardwareBuffer_isSupported; # introduced=29 AHardwareBuffer_lock; # introduced=26 AHardwareBuffer_recvHandleFromUnixSocket; # introduced=26 AHardwareBuffer_release; # introduced=26