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

Commit e8141516 authored by jorgegil@google.com's avatar jorgegil@google.com
Browse files

Add stubs to libEGL cc_library

Bug: 144781653
Test: Builds
Change-Id: I73a8e9bac02cc4c6874c140ff55b328334f5d309
parent e05d6d93
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,--Bsymbolic-functions"],
    export_include_dirs: ["EGL/include"],
    stubs: {
        symbol_file: "libEGL.map.txt",
        versions: ["29"],
    },
}

cc_test {