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

Commit 09c9da50 authored by jorgegil@google.com's avatar jorgegil@google.com Committed by Orion Hodson
Browse files

Add stubs to libEGL cc_library

(cherry-picked from commit e8141516)

Bug: 144781653
Bug: 147833914
Test: Builds
Change-Id: I73a8e9bac02cc4c6874c140ff55b328334f5d309
Merged-In: I73a8e9bac02cc4c6874c140ff55b328334f5d309
parent 0f56c2b4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -161,6 +161,10 @@ cc_library_shared {
    ],
    ldflags: ["-Wl,--exclude-libs=ALL"],
    export_include_dirs: ["EGL/include"],
    stubs: {
        symbol_file: "libEGL.map.txt",
        versions: ["29"],
    },
}

cc_test {