diff options
| author | 2022-12-22 07:15:19 +0000 | |
|---|---|---|
| committer | 2022-12-22 07:15:33 +0000 | |
| commit | 82a9353d96954edd78d5e2f342a669dd8ddce5d1 (patch) | |
| tree | 108a2c38acd153988e92254de86b76b435e3d3f6 /libs/graphicsenv/GraphicsEnv.cpp | |
| parent | c45249975aa7d6e8894e991c7acb1765f076db56 (diff) | |
Revert "EGL BlobCache: Support multifile cache and flexible size..."
Revert submission 20505145-blobcache_multfile_20221221d_upload
Reason for revert: DroidMonitor-triggered revert due to breakage , bug b/263445637.
BUG: 263445637
Reverted changes: /q/submissionid:20505145-blobcache_multfile_20221221d_upload
Change-Id: I3933393bbe257341327c1662972b297cf6c99cd3
Diffstat (limited to 'libs/graphicsenv/GraphicsEnv.cpp')
| -rw-r--r-- | libs/graphicsenv/GraphicsEnv.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libs/graphicsenv/GraphicsEnv.cpp b/libs/graphicsenv/GraphicsEnv.cpp index c6d9052d1b..46dd62d3bf 100644 --- a/libs/graphicsenv/GraphicsEnv.cpp +++ b/libs/graphicsenv/GraphicsEnv.cpp @@ -569,14 +569,6 @@ void GraphicsEnv::setDebugLayersGLES(const std::string layers) { mDebugLayersGLES = layers; } -int64_t GraphicsEnv::getBlobCacheQuotaBytes() { - return mBlobCacheQuotaBytes; -} - -void GraphicsEnv::setBlobCacheQuotaBytes(int64_t cacheBytes) { - mBlobCacheQuotaBytes = cacheBytes; -} - // Return true if all the required libraries from vndk and sphal namespace are // linked to the updatable gfx driver namespace correctly. bool GraphicsEnv::linkDriverNamespaceLocked(android_namespace_t* vndkNamespace) { |