From 7d8bb8a4658928b597fdb5e0bbf50aeeb507c0b9 Mon Sep 17 00:00:00 2001 From: Yiwei Zhang Date: Thu, 19 Nov 2020 00:06:46 +0000 Subject: [PATCH] Adding AHardwareBuffer_getId to libandroid Bug: 163615119 Test: atest AHardwareBufferTest Change-Id: I95339f326125183ab4b57c22011bbe034c11a33d --- 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 d134b37c6b706..eca67bd7d2115 100644 --- a/native/android/libandroid.map.txt +++ b/native/android/libandroid.map.txt @@ -151,6 +151,7 @@ LIBANDROID { AHardwareBuffer_allocate; # introduced=26 AHardwareBuffer_describe; # introduced=26 AHardwareBuffer_fromHardwareBuffer; # introduced=26 + AHardwareBuffer_getId; # introduced=31 AHardwareBuffer_getNativeHandle; # introduced=26 AHardwareBuffer_isSupported; # introduced=29 AHardwareBuffer_lock; # introduced=26