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

Commit b3f0aab0 authored by Yu Liu's avatar Yu Liu Committed by Gerrit Code Review
Browse files

Merge "Explicitly list the static libs for exclude-libs flag."

parents a0eda3b5 1b5902e6
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -170,7 +170,11 @@ cc_library_shared {
        "libEGL_getProcAddress",
        "libEGL_blobCache",
    ],
    ldflags: ["-Wl,--exclude-libs=ALL,--Bsymbolic-functions"],
    ldflags: [
        "-Wl,--exclude-libs=libEGL_getProcAddress.a",
        "-Wl,--exclude-libs=libEGL_blobCache.a",
        "-Wl,--Bsymbolic-functions",
    ],
    export_include_dirs: ["EGL/include"],
    stubs: {
        symbol_file: "libEGL.map.txt",