From d873538fc8c97831ae9afe4997d0bd7b8408b2cc Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 3 Jan 2017 15:18:48 -0800 Subject: Mark libGLESv3 as unversioned until android-24. Test: readelf on android-23 and android-24 outputs to check version information. Bug: https://github.com/android-ndk/ndk/issues/265 Change-Id: I4a9b50b015567c64b75f09e8414682d314a86bc4 --- opengl/libs/Android.bp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'opengl') diff --git a/opengl/libs/Android.bp b/opengl/libs/Android.bp index 6a8aac8d70..cbdd502b32 100644 --- a/opengl/libs/Android.bp +++ b/opengl/libs/Android.bp @@ -44,6 +44,9 @@ ndk_library { name: "libGLESv3.ndk", symbol_file: "libGLESv3.map.txt", first_version: "18", + + // https://github.com/android-ndk/ndk/issues/265 + unversioned_until: "24", } cc_defaults { -- cgit v1.2.3-59-g8ed1b