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_;