Add VMRuntime.isBootClassPathOnDisk

Bug: 17679443
Change-Id: I127ffdac3bfe731e9535dfe6a242eb950363d715
diff --git a/runtime/runtime.cc b/runtime/runtime.cc
index 0a3da84..1544aa3 100644
--- a/runtime/runtime.cc
+++ b/runtime/runtime.cc
@@ -684,6 +684,7 @@
   compiler_executable_ = options->compiler_executable_;
   compiler_options_ = options->compiler_options_;
   image_compiler_options_ = options->image_compiler_options_;
+  image_location_ = options->image_;
 
   max_spins_before_thin_lock_inflation_ = options->max_spins_before_thin_lock_inflation_;