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

Commit 43735418 authored by Cody Northrop's avatar Cody Northrop Committed by Android (Google) Code Review
Browse files

Revert "Reland "EGL: Refactor multifile blobcache""

Revert submission 21292947-reland_blobcache_20230203

Reason for revert: Suspected cause of boot time regression

Reverted changes: /q/submissionid:21292947-reland_blobcache_20230203

Bug: b/266725576
Bug: b/268248090
Change-Id: Ic70ffa65d8d194b00106853d8c05b9cc2992e02d
parent c9576892
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