OSDN Git Service

Support running without a boot image.
authorAlex Light <allight@google.com>
Tue, 19 Aug 2014 21:23:13 +0000 (14:23 -0700)
committerAlex Light <allight@google.com>
Mon, 25 Aug 2014 18:09:06 +0000 (11:09 -0700)
commit507e6180ad271eb719c67ce7394852c731d975a5
treed817dd9ce7c1326920846c72b0d783367e5ed277
parent73aa0b03a56a19b73c51136c32624bc5069782e0
Support running without a boot image.

Bug: 17000769

(cherry picked from commit 64ad14dbe2225441fb7734bf6d89358d96692eea)

Change-Id: I6404d5050c8a2f4ee6e70d58532eb25ee9de248e
16 files changed:
runtime/class_linker.cc
runtime/class_linker.h
runtime/entrypoints/quick/quick_instrumentation_entrypoints.cc
runtime/gc/heap.cc
runtime/gc/space/image_space.cc
runtime/gc/space/image_space.h
runtime/parsed_options.cc
runtime/parsed_options.h
runtime/runtime.cc
runtime/runtime.h
test/118-noimage-dex2oat/expected.txt [new file with mode: 0644]
test/118-noimage-dex2oat/info.txt [new file with mode: 0644]
test/118-noimage-dex2oat/noimage-dex2oat.cc [new file with mode: 0644]
test/118-noimage-dex2oat/run [new file with mode: 0644]
test/118-noimage-dex2oat/src/Main.java [new file with mode: 0644]
test/Android.libarttest.mk