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

Commit 93090515 authored by Richard Uhler's avatar Richard Uhler
Browse files

ResourceManager: Disable APK Assets cache for real.

Test: atest -v google/perf/app-startup/benchmark-app-hermetic/cold-dropcache-test
Bug: 111385832
Change-Id: I5610b42b51d3b12cc8587cae6556557362bf67d0
parent 0c598b0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ public class ResourcesManager {
        }
    }

    private static final boolean ENABLE_APK_ASSETS_CACHE = true;
    private static final boolean ENABLE_APK_ASSETS_CACHE = false;

    /**
     * The ApkAssets we are caching and intend to hold strong references to.