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

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

Merge "Revert "Frameworks/base: Compiled-classes support""

am: 087bae3f

Change-Id: I32cba3d29b54827ee3d40ea022a1d9eae27cfb0f
parents faf23c92 087bae3f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -810,12 +810,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");