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

Commit 0b586e87 authored by dimitry's avatar dimitry
Browse files

Apply version-script to libGLESv1_CM 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: Iffec2dce9cfbfcbefb6f9f3235e6bf79c0a58969
parent 5f8d2168
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -197,6 +197,7 @@ cc_library_shared {
    defaults: ["gles_libs_defaults"],
    srcs: ["GLES_CM/gl.cpp"],
    cflags: ["-DLOG_TAG=\"libGLESv1\""],
    version_script: "libGLESv1_CM.map.txt",
}

//##############################################################################