commit | 8a436595d36c1e4935984fcac249d7d877e00383 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Mon Aug 15 21:27:23 2011 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Tue Aug 16 13:50:46 2011 -0700 |
tree | 66e6ecb9afb1c9950285c52fe98b93206436fccd | |
parent | a5b897eae4b6f9f9608faa9eada7ddf42bf1bfd2 [diff] [blame] |
Work on option parsing as prelude to image loading Change-Id: I13edbd9b341e603817941beaca676535a7e590c7
diff --git a/src/common_test.h b/src/common_test.h index 9f8d6df..1fbe718 100644 --- a/src/common_test.h +++ b/src/common_test.h
@@ -333,7 +333,7 @@ java_lang_dex_file_.reset(GetLibCoreDex()); - std::vector<DexFile*> boot_class_path; + std::vector<const DexFile*> boot_class_path; boot_class_path.push_back(java_lang_dex_file_.get()); runtime_.reset(Runtime::Create(boot_class_path));