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

Commit 489e5df9 authored by Cody Northrop's avatar Cody Northrop
Browse files

Rename eglApi.cpp to egl_platform_entries.cpp

Leading change for GLES layers.

Test: Built, flashed, ran some GLES apps
Bug: 110883880
Change-Id: I20f1890c1108e00cb85725712fc720e3d756d72e
parent 995285ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -141,7 +141,7 @@ cc_library_shared {
        "EGL/egl_display.cpp",
        "EGL/egl_display.cpp",
        "EGL/egl_object.cpp",
        "EGL/egl_object.cpp",
        "EGL/egl.cpp",
        "EGL/egl.cpp",
        "EGL/eglApi.cpp",
        "EGL/egl_platform_entries.cpp",
        "EGL/Loader.cpp",
        "EGL/Loader.cpp",
        "EGL/egl_angle_platform.cpp",
        "EGL/egl_angle_platform.cpp",
    ],
    ],