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

Commit f2389e2d authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "Revert "Frameworks/base: Compiled-classes support"" am: 087bae3f am: f6786aeb

am: 42f4090f

Change-Id: I3717a17cecce29ebee794fae3a76eab816d0ff28
parents b8e37c99 42f4090f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -817,12 +817,6 @@ int AndroidRuntime::startVm(JavaVM** pJavaVM, JNIEnv** pEnv, bool zygote)
        addOption("-Ximage-compiler-option");
        addOption("--image-classes=/system/etc/preloaded-classes");

        // If there is a compiled-classes file, push it.
        if (hasFile("/system/etc/compiled-classes")) {
            addOption("-Ximage-compiler-option");
            addOption("--compiled-classes=/system/etc/compiled-classes");
        }

        // If there is a dirty-image-objects file, push it.
        if (hasFile("/system/etc/dirty-image-objects")) {
            addOption("-Ximage-compiler-option");