From d377f90dc7fd5ebd3682bf7fde588cd35ff29c35 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 5 Apr 2018 15:00:00 -0700 Subject: Remove an API that doesn't exist. Apparently this was removed in Jelly Bean: https://stackoverflow.com/q/24312632/632035. Keeping the decl in the NDK just confuses people: https://stackoverflow.com/q/49646596/632035. Test: make checkbuild Bug: None Change-Id: If549fcd8f4052e633646c4ce8a054a0bbcd8b2bf --- native/android/libandroid.map.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'native/android/libandroid.map.txt') diff --git a/native/android/libandroid.map.txt b/native/android/libandroid.map.txt index 3d5ee39e37d3..65352ed5c5cb 100644 --- a/native/android/libandroid.map.txt +++ b/native/android/libandroid.map.txt @@ -152,7 +152,6 @@ LIBANDROID { AHardwareBuffer_unlock; # introduced=26 ANativeWindow_acquire; ANativeWindow_fromSurface; - ANativeWindow_fromSurfaceTexture; # introduced-arm=13 introduced-mips=13 introduced-x86=13 ANativeWindow_toSurface; # introduced=26 ANativeWindow_getFormat; ANativeWindow_getHeight; -- cgit v1.2.3-59-g8ed1b