commit | 29e7ac74a3f9aec192099fec381baadaa55730ad | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Mon Dec 05 23:42:57 2011 -0800 |
committer | Brian Carlstrom <bdc@google.com> | Wed Dec 14 11:02:24 2011 -0800 |
tree | 350ef2b28d55411a31b838159191bf461aec03da | |
parent | 4d3c95bd7ee7d67993dc09617ee4138fa33af70f [diff] [blame] |
Moving from libdvm to libart (1 of 5) Change-Id: I6541802c5f403a4ba4424818084b94bebe71dfca
diff --git a/src/runtime.cc b/src/runtime.cc index ad86e05..cfb1b29 100644 --- a/src/runtime.cc +++ b/src/runtime.cc
@@ -394,7 +394,7 @@ } if (!compiler && parsed->images_.empty()) { - parsed->images_.push_back("/data/art-cache/boot.art"); + parsed->images_.push_back("/system/framework/boot.art"); } if (parsed->heap_growth_limit_ == 0) { parsed->heap_growth_limit_ = parsed->heap_maximum_size_;