Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d37e569 authored by dimitry's avatar dimitry
Browse files

Apply version-script to libGLESv3 library

Hide unintentionally exported symbols, validate that symbols mentioned
in the map file are actually exported by the library.

Bug: http://b/69603741
Test: make
Change-Id: I42ebec97a1a0cd93209119c98a4c776754606d92
parent 9249cbbe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -219,4 +219,5 @@ cc_library_shared {
    defaults: ["gles_libs_defaults"],
    srcs: ["GLES2/gl2.cpp"],
    cflags: ["-DLOG_TAG=\"libGLESv3\""],
    version_script: "libGLESv3.map.txt",
}