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

Commit eaa784c0 authored by Mathieu Chartier's avatar Mathieu Chartier
Browse files

Move to using boot image profile

Image classes is no longer supported.

Test: make

Change-Id: I2d4197f6f80b1ed26ddf04e9ef0b3e5ff618eaeb
parent 6c101418
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -464,7 +464,7 @@ private:
                "--compiler-filter=",
                false,
                cmd);
        cmd.push_back("--image-classes=/system/etc/preloaded-classes");
        cmd.push_back("--profile-file=/system/etc/boot-image.prof");
        // TODO: Compiled-classes.
        const std::string* extra_opts =
                system_properties_.GetProperty("dalvik.vm.image-dex2oat-flags");