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

Commit 8f054a6a authored by Tao Wu's avatar Tao Wu
Browse files

Add --Bsymbolic-functions link option to EGL stub.

This make sure we always get the right value of function pointers
of our EGL entry points.

Test: compiled & booted
Bug: None
Change-Id: I8f9e3171e7e77bd32049ebcc02faaa491b15e565
parent 0419884f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ cc_library_shared {
        "libEGL_getProcAddress",
        "libEGL_blobCache",
    ],
    ldflags: ["-Wl,--exclude-libs=ALL"],
    ldflags: ["-Wl,--exclude-libs=ALL,--Bsymbolic-functions"],
    export_include_dirs: ["EGL/include"],
}