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

Commit b81edf95 authored by Siarhei Vishniakou's avatar Siarhei Vishniakou Committed by Android (Google) Code Review
Browse files

Revert "EGL: Refactor multifile blobcache"

Revert submission 21108066-blobcache_multifile_20230125

Reason for revert: b/267777424

Reverted changes: /q/submissionid:21108066-blobcache_multifile_20230125

Change-Id: Ieb94d531a12b29b61958d3d5c601be544e429d79
parent b81ab201
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -144,7 +144,6 @@ cc_library_static {
    srcs: [
        "EGL/BlobCache.cpp",
        "EGL/FileBlobCache.cpp",
        "EGL/MultifileBlobCache.cpp",
    ],
    export_include_dirs: ["EGL"],
}
@@ -161,6 +160,7 @@ cc_library_shared {
    srcs: [
        "EGL/egl_tls.cpp",
        "EGL/egl_cache.cpp",
        "EGL/egl_cache_multifile.cpp",
        "EGL/egl_display.cpp",
        "EGL/egl_object.cpp",
        "EGL/egl_layers.cpp",
@@ -205,11 +205,6 @@ cc_test {
    srcs: [
        "EGL/BlobCache.cpp",
        "EGL/BlobCache_test.cpp",
        "EGL/MultifileBlobCache.cpp",
        "EGL/MultifileBlobCache_test.cpp",
    ],
    shared_libs: [
        "libutils",
    ],
}

Loading