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

Commit a06d5754 authored by Yu Liu's avatar Yu Liu Committed by Automerger Merge Worker
Browse files

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

Merge "Explicitly list the static libs for exclude-libs flag." am: b3f0aab0 am: 0b0b629b am: 89ea7b26 am: 18c4f489 am: 1a809436

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2227218



Change-Id: I74597f6bb8c738531248224d9987a8edece64e4f
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1c255906 1a809436
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",