From 09c9da508abb6bf8abf11ee8079da2e442adbe63 Mon Sep 17 00:00:00 2001 From: "jorgegil@google.com" Date: Thu, 21 Nov 2019 13:42:16 -0800 Subject: Add stubs to libEGL cc_library (cherry-picked from commit e81415168428b3d110c9ce34323ea241819bcee5) Bug: 144781653 Bug: 147833914 Test: Builds Change-Id: I73a8e9bac02cc4c6874c140ff55b328334f5d309 Merged-In: I73a8e9bac02cc4c6874c140ff55b328334f5d309 --- opengl/libs/Android.bp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/opengl/libs/Android.bp b/opengl/libs/Android.bp index eb90c8b45b..3c741ab4fb 100644 --- a/opengl/libs/Android.bp +++ b/opengl/libs/Android.bp @@ -161,6 +161,10 @@ cc_library_shared { ], ldflags: ["-Wl,--exclude-libs=ALL"], export_include_dirs: ["EGL/include"], + stubs: { + symbol_file: "libEGL.map.txt", + versions: ["29"], + }, } cc_test { -- cgit v1.2.3-59-g8ed1b